ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Error msg catkin_make: command not found
lead me from Google so I post here in addition to other good answers.
Be sure to have a package catkin
available. See wiki, or run if you're on OS where binary is available:
sudo apt-get install ros-%ROSDISTRO%-catkin
sudo apt-get install ros-lunar-catkin (example for ROS Lunar)