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

note if scene is delta

parent 79767087
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ int main(int argc, char** argv)
controller.addConnection(std::move(mqtt_connection));
controller.addCallback(other_cell_topic, [&controller](auto msg) {
ROS_INFO_STREAM("Updating scene from other cell.");
Scene scene;
scene.ParseFromString(msg);
ROS_INFO_STREAM("Updating scene from other cell. Is delta: " << scene.is_delta());
controller.initScene(scene, false);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment