Getting the selected body/geom in the 3d visualizer in Python #2516
Unanswered
jeroenriess
asked this question in
Asking for Help
Replies: 1 comment 1 reply
-
That's a nice feature request. The low level function gives you this, but it is not currently exposed to Python. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Intro
Hi!
I am just playing around with MuJoCo to see how I can use it for my personal projects.
My setup
Mujoco 3.3.0
Python
Windows 11
My question
I would like to get access to the position of the selected object (when I double click and it gets highlighted) in the 3D passive viewer. Even better would be if I could get access to the object that is single-clicked. Is this possible via the python API?
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions