|
|
@ -39,7 +39,6 @@ public class DebugTransportationArmMoveCommand extends BaseCommandHandler { |
|
|
|
Double yDimVelocity = cmdDTO.getDoubleParam("yDimVelocity"); |
|
|
|
Double zDimVelocity = cmdDTO.getDoubleParam("zDimVelocity"); |
|
|
|
Integer times = cmdDTO.getIntegerParam("times"); |
|
|
|
times = null; |
|
|
|
List<CommandFuture> futuresList = new ArrayList<>(); |
|
|
|
if (xDimVelocity != null) { |
|
|
|
DeviceCommandBundle deviceCommand = DeviceCommandGenerator.gantryXSet(xDimVelocity); |
|
|
|