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

rosbuild vs catkin

asked 2013-01-19 20:39:15 -0500

dptsrk gravatar image

updated 2014-04-20 14:09:48 -0500

ngrennan gravatar image

I am new to ros and was wondering what exactly rosbuild and catkin are and what is the difference between the two.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-01-19 22:46:11 -0500

KruseT gravatar image

updated 2013-01-23 02:34:37 -0500

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 both systems. Their main differences are described here: http://www.ros.org/wiki/catkin_or_rosbuild

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-19 20:39:15 -0500

Seen: 2,243 times

Last updated: Jan 23 '13