ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Try this:
sudo apt-get update
sudo apt-get install python-catkin-tools
2 | No.2 Revision |
Try this:
sudo apt-get update
sudo apt-get install python-catkin-tools
This has all been documented. In fact, the first Google result for "catkin tools install" is Installing catkin_tools.
3 | No.3 Revision |
Try this:
sudo apt-get update
sudo apt-get install python-catkin-tools
This has all been documented. In fact, the first Google result for "catkin tools install" is Installing catkin_tools.
As @ahendrix added: catkin_tools
is not installed by default, so you'll have to do that manually.