参考:https://catkin-tools.readthedocs.io/en/latest/installing.html
First you must have the ROS repositories which contain the .deb for catkin_tools:
$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros-latest.list' $ wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
Once you have added that repository, run these commands to install catkin_tools:
$ sudo apt-get update $ sudo apt-get install python-catkin-tools
本文提供了详细的步骤指导如何在Ubuntu系统上安装ROS的catkin_tools。首先,你需要添加ROS的仓库到你的系统中,然后使用apt命令更新软件包列表并安装catkin_tools。通过这个过程,你可以轻松地在ROS环境中使用catkin工具进行工作。
1万+

被折叠的 条评论
为什么被折叠?



