-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the possibility to change the baseframe in the visualizer #93
Conversation
I am a a bit confused by the video. If I am not wrong, |
Here we can pass whichever frame we want since the fixed transformation between the link and frame is kept in the visualizer and used as additional transformation robot-log-visualizer/robot_log_visualizer/robot_visualizer/meshcat_provider.py Lines 174 to 179 in 9c40bb5
|
Ah thanks, it was not clear to me! |
Co-authored-by: Silvio Traversaro <[email protected]>
This is released in iDynTree 13.3.0 . |
Thanks to this PR the user will be able to change the base on the visualizer. This is useful if someone wants to use signals as a base pose — for instance, waist imu-base orientation.
This is an example of usage
imu_base.mp4
Caution
This PR needs robotology/idyntree#1229