We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caacb15 commit d13563aCopy full SHA for d13563a
test/examples/setup_examples_ros2.launch.xml
@@ -6,7 +6,7 @@
6
<arg name="call_services_in_new_thread" value="true"/>
7
<!-- This is only non-default on humble, remove when humble EOL -->
8
<arg name="send_action_goals_in_new_thread" value="true"/>
9
- <arg name="delay_between_messages" value="0.0" unless="$(eval env('ROS_DISTRO') == 'humble')">
+ <arg name="delay_between_messages" value="0.0" unless="$(eval env('ROS_DISTRO') == 'humble')"/>
10
<arg name="services_glob" value="'[*]'" />
11
</include>
12
0 commit comments