Skip to content

Observing the height of a torso-attached point or frame? #117

Discussion options

You must be logged in to vote

I see two ways to interpret your question (not sure which one you mean). Both are doable but not currently implemented 😉

1) Getting ground truth info from the simulator

This would be a feature request for Vulp since that's where the simulator interface resides. I can give a bit more context on how to get there, feel free to open an issue in the Vulp tracker.

2) Computing the coordinates of a given point

(Or more generally the pose of any robot frame with respect to the inertial frame.) This can be done here with a C++ or Python observer. A Python observer would be simpler to get started, e.g. following roughly these steps:

  • Load a Pinocchio model, as done in the Pink balancer.
  • Compute for…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by stephane-caron
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #104 on August 22, 2023 16:40.