Skip to content

[DOCS] Update ROS2 DIRECT Python documentation in exercises (gh-pages) #3690

@aquintan4

Description

@aquintan4

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.,)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions