Skip to content

Commit 1efa458

Browse files
authored
Change delay_between_messages arg from default to value
1 parent dc4f9ba commit 1efa458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/setup_examples_ros2.launch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<arg name="call_services_in_new_thread" value="true"/>
77
<!-- This is only non-default on humble, remove when humble EOL -->
88
<arg name="send_action_goals_in_new_thread" value="true"/>
9-
<arg name="delay_between_messages" default="0.0" />
9+
<arg name="delay_between_messages" value="0.0" />
1010
</include>
1111

1212
<!-- Static transform publisher (equivalent to tf static_transform_publisher) -->

0 commit comments

Comments
 (0)