ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You have to source the setup.bash
file that goes with it. For example, if you're using ROS Jade on Ubuntu and installed from apt-get, you'd need to first do:
$ source /opt/ros/jade/setup.bash
After sourcing the correct setup file, you'll have catkin_make
on your path.