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 basically calls make recursively. This answer talks about the difference between rosmake and make: http://answers.ros.org/question/10614/rosmake-vs-make

In rosbuild the Makefile invokes CMake, and uses rospack to get the package information from the manifest.xml files.

And you should read about the manifest.xml on the wiki