Some exercises already support ROS2 Python, but their documentation in gh-pages is missing or not updated with the current implementation of ros-direct.
The style must be the same as the one used in:
Scope
Update all exercises that:
- Appear in
docs/exercise-status.md (humble-devel)
- Have Python ROS2 = ok
- Do not yet have proper ROS2 documentation in
gh-pages
For each exercise, update the Robot API section following the same structure as the reference:
## Robot API
### HAL-based Implementation
### ROS 2-direct Implementation
#### ROS 2 Topics
#### Python
- Topics used in the exercise
- Whether they are mean to be publishers/subscribers
- Message types (interfaces)
- QoS (only if relevant)
- How/Why to use them in the exercise (if explanation needed)
- Python notes (spin, rate, callbacks, etc.,)
Some exercises already support ROS2 Python, but their documentation in
gh-pagesis missing or not updated with the current implementation of ros-direct.The style must be the same as the one used in:
Scope
Update all exercises that:
docs/exercise-status.md(humble-devel)gh-pagesFor each exercise, update the Robot API section following the same structure as the reference: