rev agv
This commit is contained in:
@@ -472,11 +472,11 @@ public class ZheDaAgvServiceImpl implements ZheDaAgvService {
|
|||||||
JSONArray properties = new JSONArray();
|
JSONArray properties = new JSONArray();
|
||||||
JSONObject pro1 = new JSONObject();
|
JSONObject pro1 = new JSONObject();
|
||||||
pro1.put("key", "EntryRequired");
|
pro1.put("key", "EntryRequired");
|
||||||
pro1.put("value", "True");
|
pro1.put("value", "true");
|
||||||
properties.add(pro1);
|
properties.add(pro1);
|
||||||
JSONObject pro2 = new JSONObject();
|
JSONObject pro2 = new JSONObject();
|
||||||
pro2.put("key", "PauseOnStation");
|
pro2.put("key", "PauseOnStation");
|
||||||
pro2.put("value", "True");
|
pro2.put("value", "true");
|
||||||
properties.add(pro2);
|
properties.add(pro2);
|
||||||
destinationOrder.put("properties", properties);
|
destinationOrder.put("properties", properties);
|
||||||
//进入等待 离开不等待
|
//进入等待 离开不等待
|
||||||
@@ -484,11 +484,11 @@ public class ZheDaAgvServiceImpl implements ZheDaAgvService {
|
|||||||
JSONArray properties = new JSONArray();
|
JSONArray properties = new JSONArray();
|
||||||
JSONObject pro1 = new JSONObject();
|
JSONObject pro1 = new JSONObject();
|
||||||
pro1.put("key", "EntryRequired");
|
pro1.put("key", "EntryRequired");
|
||||||
pro1.put("value", "True");
|
pro1.put("value", "true");
|
||||||
properties.add(pro1);
|
properties.add(pro1);
|
||||||
JSONObject pro2 = new JSONObject();
|
JSONObject pro2 = new JSONObject();
|
||||||
pro2.put("key", "PauseOnStation");
|
pro2.put("key", "PauseOnStation");
|
||||||
pro2.put("value", "False");
|
pro2.put("value", "false");
|
||||||
properties.add(pro2);
|
properties.add(pro2);
|
||||||
destinationOrder.put("properties", properties);
|
destinationOrder.put("properties", properties);
|
||||||
//进入不等待 离开等待
|
//进入不等待 离开等待
|
||||||
@@ -496,11 +496,11 @@ public class ZheDaAgvServiceImpl implements ZheDaAgvService {
|
|||||||
JSONArray properties = new JSONArray();
|
JSONArray properties = new JSONArray();
|
||||||
JSONObject pro1 = new JSONObject();
|
JSONObject pro1 = new JSONObject();
|
||||||
pro1.put("key", "EntryRequired");
|
pro1.put("key", "EntryRequired");
|
||||||
pro1.put("value", "False");
|
pro1.put("value", "false");
|
||||||
properties.add(pro1);
|
properties.add(pro1);
|
||||||
JSONObject pro2 = new JSONObject();
|
JSONObject pro2 = new JSONObject();
|
||||||
pro2.put("key", "PauseOnStation");
|
pro2.put("key", "PauseOnStation");
|
||||||
pro2.put("value", "True");
|
pro2.put("value", "true");
|
||||||
properties.add(pro2);
|
properties.add(pro2);
|
||||||
destinationOrder.put("properties", properties);
|
destinationOrder.put("properties", properties);
|
||||||
//不等待
|
//不等待
|
||||||
@@ -508,11 +508,11 @@ public class ZheDaAgvServiceImpl implements ZheDaAgvService {
|
|||||||
JSONArray properties = new JSONArray();
|
JSONArray properties = new JSONArray();
|
||||||
JSONObject pro1 = new JSONObject();
|
JSONObject pro1 = new JSONObject();
|
||||||
pro1.put("key", "EntryRequired");
|
pro1.put("key", "EntryRequired");
|
||||||
pro1.put("value", "False");
|
pro1.put("value", "false");
|
||||||
properties.add(pro1);
|
properties.add(pro1);
|
||||||
JSONObject pro2 = new JSONObject();
|
JSONObject pro2 = new JSONObject();
|
||||||
pro2.put("key", "PauseOnStation");
|
pro2.put("key", "PauseOnStation");
|
||||||
pro2.put("value", "False");
|
pro2.put("value", "false");
|
||||||
properties.add(pro2);
|
properties.add(pro2);
|
||||||
destinationOrder.put("properties", properties);
|
destinationOrder.put("properties", properties);
|
||||||
}
|
}
|
||||||
@@ -550,7 +550,7 @@ public class ZheDaAgvServiceImpl implements ZheDaAgvService {
|
|||||||
JSONArray properties = new JSONArray();
|
JSONArray properties = new JSONArray();
|
||||||
JSONObject pro1 = new JSONObject();
|
JSONObject pro1 = new JSONObject();
|
||||||
pro1.put("key", "Wait");
|
pro1.put("key", "Wait");
|
||||||
pro1.put("value", "True");
|
pro1.put("value", "true");
|
||||||
properties.add(pro1);
|
properties.add(pro1);
|
||||||
destinationOrder.put("properties", properties);
|
destinationOrder.put("properties", properties);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user