fix: 实车调试
This commit is contained in:
parent
cdc5d8d222
commit
8f5097bffb
@ -45,7 +45,7 @@ public class EdgeTouchOperateService implements EdgeOperateService {
|
|||||||
List<EdgeMoveJVO.JointCmd> cmds = edgeMoveJVO.getCmds();
|
List<EdgeMoveJVO.JointCmd> cmds = edgeMoveJVO.getCmds();
|
||||||
for (EdgeMoveJVO.JointCmd cmd : cmds) {
|
for (EdgeMoveJVO.JointCmd cmd : cmds) {
|
||||||
if (cmd.getJointName().equals("R_WRIST_Y")) {
|
if (cmd.getJointName().equals("R_WRIST_Y")) {
|
||||||
cmd.setRad(cmd.getRad() - 0.12d);
|
cmd.setRad(cmd.getRad() - 0.15d);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
edgeHumanoidRobotService.moveJ(edgeMoveJVO);
|
edgeHumanoidRobotService.moveJ(edgeMoveJVO);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user