|
|
@ -598,6 +598,7 @@ public abstract class AmrAgvItem extends ExecutorItem { |
|
|
} |
|
|
} |
|
|
if (sequence.getUnloadHeight() > 0d) { |
|
|
if (sequence.getUnloadHeight() > 0d) { |
|
|
deviceTask.goodsSlotHeight = (int) Math.round(sequence.getLoadHeight() * 1000); |
|
|
deviceTask.goodsSlotHeight = (int) Math.round(sequence.getLoadHeight() * 1000); |
|
|
|
|
|
log.info("option.loadHeight = {}", deviceTask.goodsSlotHeight); |
|
|
} |
|
|
} |
|
|
if (linkStore != null) { |
|
|
if (linkStore != null) { |
|
|
for (Map<String, Object> store : linkStore) { |
|
|
for (Map<String, Object> store : linkStore) { |
|
|
@ -665,6 +666,7 @@ public abstract class AmrAgvItem extends ExecutorItem { |
|
|
} |
|
|
} |
|
|
if (sequence.getUnloadHeight() > 0d) { |
|
|
if (sequence.getUnloadHeight() > 0d) { |
|
|
deviceTask.goodsSlotHeight = (int) Math.round(sequence.getUnloadHeight() * 1000); |
|
|
deviceTask.goodsSlotHeight = (int) Math.round(sequence.getUnloadHeight() * 1000); |
|
|
|
|
|
log.info("option.unloadHeight = {}", deviceTask.goodsSlotHeight); |
|
|
} |
|
|
} |
|
|
if (linkStore != null) { |
|
|
if (linkStore != null) { |
|
|
for (Map<String, Object> store : linkStore) { |
|
|
for (Map<String, Object> store : linkStore) { |
|
|
|