ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
How you install the catkin is depending on what ROS distro you have.... for example by indigo
$sudo apt-get install ros-indigo-catkin
2 | No.2 Revision |
How you install the catkin is depending on what ROS distro you have.... for example by indigo
, normally as:
$sudo apt-get install ros-<distro_name>-catkin
where distro name are Hydro, Indigo, Kinetic etc, so assuming you have installed indigo then do:
$sudo apt-get install ros-indigo-catkin
instead of
$sudo apt install catkin