ubuntu16.04安装 catkin_tools

参考: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

 

posted @ 2019-03-05 16:55  feifanren  阅读(1173)  评论(0编辑  收藏  举报