ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Usually you only want your source code to be under version control. So not even your catkin workspace, nor the build, devel or logs that are generated after a compilation.
In your version control you want the minimal stuff needed to compile a code.