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 d8c9de5 commit 53f73c9Copy full SHA for 53f73c9
test/examples/setup_examples_ros2.launch.xml
@@ -1,7 +1,9 @@
1
<?xml version="1.0"?>
2
<launch>
3
<!-- Include rosbridge websocket launch file for ROS 2 -->
4
- <include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml"/>
+ <include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml">
5
+ <arg name="call_services_in_new_thread" value="true"/>
6
+ </include>
7
8
<!-- Static transform publisher (equivalent to tf static_transform_publisher) -->
9
<node pkg="tf2_ros" exec="static_transform_publisher" name="tf_publisher"
0 commit comments