Closed simheo closed 4 months ago
When calling
reachy.l_arm.forward_kinematics()
at 1Hz, the fk returns always the same results, even if the arm is moving whereas calling
reachy.l_arm.forward_kinematics(reachy.l_arm.get_joints_positions())
works.
We do not manage to reproduce the issue so far, we'll see if it is back in specific conditions
When calling
at 1Hz, the fk returns always the same results, even if the arm is moving whereas calling
works.