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

fix topic name

parent a6e56056
No related branches found
No related tags found
1 merge request!1Multiple scenes, multiple robots and more
Pipeline #9759 passed
...@@ -27,7 +27,7 @@ public class MainA { ...@@ -27,7 +27,7 @@ public class MainA {
private final static String TOPIC_STATUS = "place-a/status"; private final static String TOPIC_STATUS = "place-a/status";
private final static String TOPIC_EXIT = "place-a/exit"; private final static String TOPIC_EXIT = "place-a/exit";
private final static String TOPIC_SCENE_INIT = "place-a/init"; private final static String TOPIC_SCENE_INIT = "place-a/scene/init";
private final static String TOPIC_SCENE_UPDATE_FROM_ROS = "place-a/scene/update"; private final static String TOPIC_SCENE_UPDATE_FROM_ROS = "place-a/scene/update";
private final static String TOPIC_SCENE_UPDATE_TO_PLACE_B = "place-a/logical/update"; private final static String TOPIC_SCENE_UPDATE_TO_PLACE_B = "place-a/logical/update";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment