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

fix cell name

parent 005143a5
No related branches found
No related tags found
1 merge request!1festival updatesfestival updatesfestival updatesfestival updatesfestival
aspect RobotWorld { aspect RobotWorld {
public boolean RobotWorld.simulated = true; public boolean RobotWorld.simulated = true;
public String RobotWorld.commandTopic = "/ceti_cell_empty/command"; public String RobotWorld.commandTopic = "/ceti_cell_1/command";
public org.fusesource.mqtt.client.BlockingConnection RobotWorld.connection; public org.fusesource.mqtt.client.BlockingConnection RobotWorld.connection;
public static RobotWorld RobotWorld.initialWorld(java.util.Random random) { public static RobotWorld RobotWorld.initialWorld(java.util.Random random) {
......
...@@ -86,7 +86,7 @@ public class ImmersiveSortingController { ...@@ -86,7 +86,7 @@ public class ImmersiveSortingController {
System.err.println(world.connection.isConnected()); System.err.println(world.connection.isConnected());
try { try {
world.connectTable("mqtt://localhost//ceti_cell_empty/scene/update"); world.connectTable("mqtt://localhost//ceti_cell_1/scene/update");
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment