Skip to content

Commit ffec37c

Browse files
authored
Fix quotes in services_glob argument
1 parent b135608 commit ffec37c

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
@@ -7,7 +7,7 @@
77
<!-- This is only non-default on humble, remove when humble EOL -->
88
<arg name="send_action_goals_in_new_thread" value="true"/>
99
<arg name="delay_between_messages" value="0.0" />
10-
<arg name="services_glob" value="[*]" />
10+
<arg name="services_glob" value="'[*]'" />
1111
</include>
1212

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

0 commit comments

Comments
 (0)