ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

rosmake only builds rosbuild packages, not catkin packages. You should not invoke rosmake in folders with catkin packages, as that will only give you the ROS_NOBUILD messages.

And rosbuild packages cannot easily be installed, that's one of the reasons for the switch to catkin. Rosbuild packages are more intended to be used without being installed.