ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
172 stars 161 forks source link

avoid flaky test that subscriber might not receive the message #810

Closed iuhilnehc-ynos closed 1 year ago

iuhilnehc-ynos commented 1 year ago

to fix https://github.com/ros2/ros2cli/issues/809

NOTE: There are some other ways to fix it. (use a reliable QoS, or even remove the publish times).

iuhilnehc-ynos commented 1 year ago

This PR updates the test code for ros2topic, so I'll run CI just with --packages-select ros2topic.

CI:

Crola1702 commented 1 year ago

FYI: @arjo129