Selectively visualize frames #2315
Replies: 1 comment
-
There's no way to do that. Here's a workaround:
Note that group values can be changed at runtime in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a graduate student using Mujoco for robotics.
My setup
Mujoco 3.2.6, Python 3.12
My question
How can I selectively visualize frames?
With this code block, I can visualize all body frames:
But I want to visualize only this frame, for example:
https://github.com/google-deepmind/mujoco_menagerie/blob/469893211c41d5da9c314f5ab58059fa17c8e360/franka_fr3/fr3.xml#L126C33-L126C42
Put another way, how can I only show the frames specified by a list of body name strings?
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions