-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi @mhubii,
after doing several tests and debugging with the pyfri examples (with LBR Med7, FRI 2.7), it appears that all functions asking for joint and cartesian position data (getIpoJointPosition, getMeasuredJointPosition, getMeasuredCartesianPose,...) are not working properly for me. In all the examples.
For the joints, I have always approx. 0 whatever the robot configuration and for the cartesian pose, I have the same number for the 7 dimensions of the vector (3D position and quaternions are all the same).
The communication per se is fine since the getTimestampSec function works properly. The problem must come from python (not Sunrise or the FRI configuration) since everything works well when I run the same C++ code with your LBRServer sunrise app. Did this issue appear somehow for someone else? Would you have any idea of how to solve it?
Thanks in advance,
Best,
Mathilde