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

use delta-updates

parent 16d1a944
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ceti_cell_placeworld" output="screen">
<param name="arm" type="string" value="arm1"/>
<param name="other_cell" type="string" value="/ceti_cell_2_placeworld/scene/update"/>
<param name="other_cell" type="string" value="/ceti_cell_2_placeworld/scene/delta-update"/>
<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-placeworld.json"/>
</node>
......
......@@ -9,7 +9,7 @@
<node pkg="ccf_immersive_sorting" type="moveit_sorting_controller" name="ceti_cell_2_placeworld" output="screen">
<param name="arm" type="string" value="arm2"/>
<param name="other_cell" type="string" value="/ceti_cell_placeworld/scene/update"/>
<param name="other_cell" type="string" value="/ceti_cell_placeworld/scene/delta-update"/>
<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-placeworld.json"/>
</node>
......
......@@ -43,7 +43,7 @@ int main(int argc, char** argv)
mqtt_connection->listen(getParameter<std::string>(n, "topics/selection", "selection"));
auto commandTopic = getParameter<std::string>(n, "topics/command", "/ceti_cell_placeworld/command");
mqtt_connection->listen(commandTopic);
auto other_cell_topic = getPrivateParameter<std::string>("other_cell", "/ceti_cell_2_placeworld/scene/update");
auto other_cell_topic = getPrivateParameter<std::string>("other_cell", "/ceti_cell_2_placeworld/scene/delta-update");
mqtt_connection->listen(other_cell_topic);
auto scene_observer_topic = getPrivateParameter<std::string>("scene_observer", "object_locator/scene/update");
mqtt_connection->listen(scene_observer_topic);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment