ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

catkin commands not working

asked 2018-01-03 03:17:53 -0500

nrb gravatar image

updated 2018-01-03 03:18:53 -0500

I have installed ros and catkin but when I echo $ROS_PACKAGE_PATH

Inspiron-5559:~/catkin_ws$ echo $ROS_PACKAGE_PATH
/opt/ros/kinetic/share

i don't get the src folder of catkin workspace along with it.Also catkin config command gives the following error.

Inspiron-5559:~/catkin_ws$ catkin config
catkin: command not found

How do I resolve the issue?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-01-03 03:59:58 -0500

William gravatar image

The catkin command line tool is part of the python-catkin-tools Ubuntu/Debian package, which must be installed separately from the normal installation instructions of ROS. You can install it like this:

sudo apt-get install python-catkin-tools

After that it will work even if you don't source the /opt/ros/kinetic/setup.bash file first.

edit flag offensive delete link more

Comments

Thank you...this helped

nrb gravatar image nrb  ( 2018-01-03 06:09:44 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-01-03 03:17:53 -0500

Seen: 1,459 times

Last updated: Jan 03 '18