Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • ccnc-demo
  • demo/ga-2023-1
  • feature/table-detector
  • ga-demo
  • noetic/demo/ga-2023-1-motion-grammars
  • noetic/feature/collab
  • noetic/feature/robotics-festival
  • noetic/feature/tags
  • noetic/main
9 results

Target

Select target project
  • ceti/ros/ccf/ccf_immersive_sorting
1 result
Select Git revision
  • ccnc-demo
  • demo/ga-2023-1
  • feature/table-detector
  • ga-demo
  • noetic/demo/ga-2023-1-motion-grammars
  • noetic/feature/collab
  • noetic/feature/robotics-festival
  • noetic/feature/tags
  • noetic/main
9 results
Show changes

Commits on Source 1

......@@ -3,6 +3,7 @@
<arg name="connection_address" default="tcp://*:6576"/>
<node pkg="ccf_immersive_sorting" type="dummy_sorting_controller" name="ads_cell" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ads-table.json"/>
</node>
......
......@@ -3,6 +3,7 @@
<arg name="connection_address" default="tcp://*:6576"/>
<node pkg="ccf_immersive_sorting" type="dummy_sorting_controller" name="ceti_cell_1" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table-1.json"/>
</node>
......
......@@ -3,6 +3,7 @@
<arg name="connection_address" default="tcp://*:6576"/>
<node pkg="ccf_immersive_sorting" type="dummy_sorting_controller" name="ceti_cell_2" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table-2.json"/>
</node>
......
......@@ -3,6 +3,7 @@
<arg name="connection_address" default="tcp://*:6576"/>
<node pkg="ccf_immersive_sorting" type="dummy_sorting_controller" name="st_cell" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="connection_address" type="string" value="$(arg connection_address)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_st-table.json"/>
</node>
......
......@@ -12,6 +12,7 @@
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ads_cell" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ads-table.json"/>
</node>
......
......@@ -13,6 +13,7 @@
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ceti_cell_1" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table-1.json"/>
</node>
......
......@@ -13,6 +13,7 @@
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ceti_cell_2" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_ceti-table-2.json"/>
</node>
......
......@@ -12,6 +12,7 @@
</include>
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="st_cell" output="screen">
<param name="arm" type="string" value="arm"/>
<param name="mqtt_server" type="yaml" value="$(arg mqtt_server)"/>
<param name="scene" type="string" value="$(find ccf_immersive_sorting)/config/config_scene_st-table.json"/>
</node>
......