Skip to content

Commit dc4f9ba

Browse files
authored
Add delay_between_messages argument to launch file
1 parent da2f4ae commit dc4f9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/examples/setup_examples_ros2.launch.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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" />
910
</include>
1011

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

0 commit comments

Comments
 (0)