ros-controls/ros2_control_demos

Add integration tests: Do the robots actually move?

Open

#1,089 opened on Mar 27, 2026

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Python (313 forks)auto 404
enhancementgood second issuehelp wantedstale

Repository metrics

Stars
 (815 stars)
PR merge metrics
 (PR metrics pending)

Description

We currently test only if the systems (hardware+controllers) are launched correctly.

But there is no test if the robots actually move. This leads to issues with configuration, like reported in #1086

We can use a similar pattern like in gz_ros2_control_tests and adapt them to the demos.

Contributor guide