ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Install catkin_pkg using below command
sudo apt-get install python-catkin-pkg
You have to verify that the catkin_pkg is installed into python 3 directory. If below command didn't work, try
pip3 install catkin_pkg
Make sure you have installed pip for running above command