Skip to content
Snippets Groups Projects
Commit 63c7bf06 authored by Johannes Mey's avatar Johannes Mey
Browse files

Merge branch 'noetic/feature/tags' of...

Merge branch 'noetic/feature/tags' of git-st.inf.tu-dresden.de:ceti/ros/ccf/ccf_immersive_sorting into noetic/feature/tags
parents e9794ee1 ff4b3017
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,12 @@
<!-- 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"/>
<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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment