'catkin build' gives 'command not found
I have ROS Indigo Desktop Full installed from binaries on Ubuntu 14.04.2.
I've been reading about the catkin make system, and am lead to believe there are 3 variations:
- catkin_make
- catkin_make_isolated, and
- catkin build
I'm familiar with the first two and have used them for my projects, but I would like to make use of catkin build
but I get an error catkin: command not found
. There is no catkin
script or executable in the /opt/ros/indigo/
folder structure.
What could be going wrong? Is there something else I need to install?
Cheers,
Nap.