You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I want to get the position and orientation data of the robot.
Now, I could get these data of robot CoM by converting the walking bag data to csv.
But, I could'nt find these data of robot leg in csv.
Are position and orientation data of robot legs published?
If these data exist, what should I do to get data from rviz?
The text was updated successfully, but these errors were encountered:
The joint angles are not in the walking bag data (mostly because joint angles are not part of the optimization, only endeffector positions). The visualization is performed by doing inverse kinematics (IK) using https://github.com/leggedrobotics/xpp. You can go into the IK function of HyQ or the one-leg hopper, or the two leg hopper to read out the joint values. Best of luck.
Hello
I want to get the position and orientation data of the robot.
Now, I could get these data of robot CoM by converting the walking bag data to csv.
But, I could'nt find these data of robot leg in csv.
Are position and orientation data of robot legs published?
If these data exist, what should I do to get data from rviz?
The text was updated successfully, but these errors were encountered: