自学内容网 自学内容网

Jetson Xavier nx在Ubuntu18.04下安装ros2 使用奥比中光330

安装ROS2过程
添加ros2 软件源
sudo sh -c ‘echo “deb [arch=amd64] http://packages.ros.org/ros2/ubuntu bionic main” > /etc/apt/sources.list.d/ros2-latest.list’

sudo apt install curl gnupg2 lsb-release
curl http://repo.ros2.org/repos.key | sudo apt-key add -
sudo sh -c 'echo "deb [arch=arm64] https://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/  bionic main" > /etc/apt/sources.list.d/ros2-latest.list'
 
sudo apt update
sudo apt install ros-eloquent-desktop
sudo apt inst

原文地址:https://blog.csdn.net/z1872385/article/details/143392432

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!