fix: 触控调整
This commit is contained in:
parent
f6af284363
commit
0032d67ea0
@ -40,14 +40,6 @@ public class EdgeTouchOperateService implements EdgeOperateService {
|
||||
edgeMoveJVO.setTerminalId(terminalId);
|
||||
edgeMoveJVO.setDeviceId(deviceId);
|
||||
|
||||
edgeMoveJVO.setAcc(6d);
|
||||
edgeMoveJVO.setVel(6d);
|
||||
List<EdgeMoveJVO.JointCmd> cmds = edgeMoveJVO.getCmds();
|
||||
for (EdgeMoveJVO.JointCmd cmd : cmds) {
|
||||
if (cmd.getJointName().equals("R_WRIST_Y")) {
|
||||
cmd.setRad(cmd.getRad() - 0.15d);
|
||||
}
|
||||
}
|
||||
edgeHumanoidRobotService.moveJ(edgeMoveJVO);
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user