Skip to content
Snippets Groups Projects
Commit ff4b3017 authored by René Schöne's avatar René Schöne
Browse files

propagate argument use_rviz

parent bc5e4e0a
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,12 @@ ...@@ -3,7 +3,12 @@
<!-- MQTT server for communication with client cells --> <!-- MQTT server for communication with client cells -->
<arg name="mqtt_server" default="tcp://localhost:1883" doc="address of the mqtt server for the connection to the controller"/> <arg name="mqtt_server" default="tcp://localhost:1883" doc="address of the mqtt server for the connection to the controller"/>
<include file="$(find ccf)/launch/noop-sim_setup.launch"/> <!-- Use rviz -->
<arg name="use_rviz" default="true" doc="use rviz"/>
<include file="$(find ccf)/launch/noop-sim_setup.launch">
<arg name="use_rviz" value="$(arg use_rviz)"/>
</include>
<param name="/connector_node_ros_ccf/topics/command" value="/ceti_cell_placeworld/command"/> <param name="/connector_node_ros_ccf/topics/command" value="/ceti_cell_placeworld/command"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment