can't run catkin_make on ros-fuerte
I have installed ros-fuerte. The package 'ros-fuerte-catkin' is installed. But I cannot build my application using catkin_make:
source /opt/ros/fuerte/setup.bash
source /usr/share/drcsim/setup.sh
catkin_make: command not found
when I'm trying to install:
sudo apt-get install ros-fuerte-catkin
Reading package lists... Done
Building dependency tree
Reading state information... Done
ros-fuerte-catkin is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
I'm not familiar with catkin on Fuerte, but the wiki says:
Note for ROS Fuerte Users: An experimental version of catkin was released with ROS Fuerte that is quite different from the version in Groovy. Those using ROS Fuerte should continue utilizing rosbuild.
So it may not has this functionality at all, i.e.
catkin_make
.