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

Both are buildsystems, meaning they generate executable files from source files. Both are meant to build many individual projects in the right order with a single command (The main difference to other build systems and the reason ROS has a buildsystem of its own). With both cmake does most of the work (with rosbuild that's the typical usage), whereas the catkin or rosbuild code itself mostly coordinates multiple builds.

You could use google to find pages describing bith systems. Their main differences are described here: http://www.ros.org/wiki/catkin_or_rosbuild

Both are buildsystems, meaning they generate executable files from source files. Both are meant to build many individual projects in the right order with a single command (The main difference to other build systems and the reason ROS has a buildsystem of its own). With both both, cmake does most of the work (with rosbuild that's the typical usage), whereas the catkin or rosbuild code itself mostly coordinates multiple builds.

You could use google to find pages describing bith both systems. Their main differences are described here: http://www.ros.org/wiki/catkin_or_rosbuild