ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
We are using gut for most of our stacks. A common gitignore file contains the following entries:
build
bin
lib
msg_gen
srv_gen
You might also want to add generated python files that are placed in src/<your_package> for each package.