To contribute:
- Checkout to a new branch
- Push your code
- Make pull request and add needed reviewers
All packages should reside in ROV-nodes and named <node_name>-node.
Add a the package name and description in ROV-nodes/README.md following the same style.
Add a README file if the node requires external packages.
If you already have ROS installed ignore this section
In docker-compose.yaml adjust volume bindings:
volumes:
- <PATH TO YOUR CATKIN WORKSPACE>:/opt/catkin_ws
- ./ros_env_init.sh:/opt/ros_env_init.sh
