ros2 / launch_ros

Tools for launching ROS nodes and for writing tests involving ROS nodes.
Apache License 2.0
60 stars 74 forks source link

Fix an assert in the test_launch_ros tests. #367

Closed clalancette closed 1 year ago

clalancette commented 1 year ago

Newer flake8 complains about parentheses around asserts, so fix that here.

clalancette commented 1 year ago

CI: