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

update data config

parent bb1145a9
No related branches found
No related tags found
No related merge requests found
Pipeline #7311 passed
......@@ -15,6 +15,9 @@ public class DataConfiguration {
public String server = "tcp://localhost:1883";
public DataTopics topics;
public int zone_size;
public double robot_speed_factor;
public String robot_planning_mode = "fluid_path";
public String default_trajectory = "<none>";
public List<String> zones;
public Map<String, SortedMap<String, String>> parts;
public Map<String, SortedMap<String, String>> end_effectors;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment