Install ROS2 workspace for the hackathon locally, or run the docker image beforehand to make sure it is working
Read this first
- Install locally instructions
- Docker:
Bugs: If you find bugs, please open an Issue with a detailed explanation of the problem, or message @rezenders.
- For this, it is strongly recommend to do so by opening issues and pull requests
- There are some issues already open. That is a good starting point
- Run the bluerov agent both in the real BlueROV2 and in Gazebo (Ignition)
- Complete the [potential_avoidance]((https://github.com/remaro-network/tudelft_hackathon/blob/ros2/scripts/potential_avoidance.py) code and run it both in the real BlueROV2 and Gazebo (Ignition). Issue #36.
Suggestions:
- Issues marked with
hackathon_task
label. You can find them in this project tab - Better avoidance algorithm
- Adjust velocity parameters and sonar "field-of-view"
- More elaborated world
- Improve launch files
- Improve formatting
- Improve documentation
- Add tests