Documentation about MuJoCo's user interface #2840
davidhozic
started this conversation in
General
Replies: 0 comments
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.
-
Does there exist any additional documentation (perhaps internal) that would describe using the UI framework in MuJoCo?
The code itself is readable to a point, however I don't quite understand what exactly the string codes are supposed to represent:
E. .g,
{mjITEM_SECTION, "Option", mjPRESERVE, nullptr, "AO"}
{mjITEM_BUTTON, "Reload", 5, nullptr, "CL"}
And perhaps what exactly do the numbers for
state
mean (mjPRESERVE and 5 above)? Is there an enum for that perhaps?I'd be nice to have some more details on this.
Beta Was this translation helpful? Give feedback.
All reactions