Skip to content

Commit 53f73c9

Browse files
committed
Enable call_services_in_new_thread on rosbridge
1 parent d8c9de5 commit 53f73c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/examples/setup_examples_ros2.launch.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0"?>
22
<launch>
33
<!-- Include rosbridge websocket launch file for ROS 2 -->
4-
<include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml"/>
4+
<include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml">
5+
<arg name="call_services_in_new_thread" value="true"/>
6+
</include>
57

68
<!-- Static transform publisher (equivalent to tf static_transform_publisher) -->
79
<node pkg="tf2_ros" exec="static_transform_publisher" name="tf_publisher"

0 commit comments

Comments
 (0)