Skip to content

Commit

Permalink
fixed eyeY
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Nov 29, 2023
1 parent 6116eab commit fef8292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/service/InMoov2Head.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public void moveTo(Double neckPos, Double rotheadPos, Double eyeXPos, Double eye

ServoControl eyeY = (ServoControl) Runtime.getService(getPeerName("eyeY"));
if (eyeY != null) {
eyeY.moveTo(eyeXPos);
eyeY.moveTo(eyeYPos);
}

ServoControl jaw = (ServoControl) Runtime.getService(getPeerName("jaw"));
Expand Down

0 comments on commit fef8292

Please sign in to comment.