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

You should be a little more specific about what you commit to version control.

In general, you don't want to commit any anything that can be rebuilt by the build process.

Specifically for ROS, you don't want to commit:

  • The build, bin and lib directories in rosbuild packages
  • Generated message files, headers, etc
  • The build, devel and install directories in a catkin workspace