Skip to content

Commit

Permalink
removign "hack"
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Sep 26, 2023
1 parent 7f6fa09 commit deb94c1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,7 @@ public void publishTelemetry(String name) {
log.info("Servo : {} Angle : {}", jointName, angleMap.get(jointName));
}
invoke("publishJointAngles", angleMap);

InMoov2 i01 = (InMoov2)Runtime.getService("i01");
if (i01 != null) {
i01.onJointAngles(angleMap);
}


// we want to publish the joint positions
// this way we can render on the web gui..
Expand Down

0 comments on commit deb94c1

Please sign in to comment.