-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature: Extra Examples (outside a simple the viewer)? #4
Comments
I understand that you want to add more features in the current viewer, but please note that there is an ongoing effort in the official mujoco github to create python bindings for simulate.cc: google-deepmind/mujoco#201 |
I did not see that. It would be nice to have the simulate viewer in python that is officially supported. Nevertheless, I intended to create a slightly different viewer than simulate(similar to gazebo's pid tuning) and |
Added graph rendering for viewing, although UI elements for python are not supported in the mujoco yet #23 |
I'm currently working with masse, torques, etc, seeing this series. And was hoping to take the examples directory a bit further (Although I'm not sure how much of this is practical). By creating sort of a tutorial/example with a simple pendulum to obtain units of torque, tuning values of kp, kd, ki etc...
A graphing of PID error like the profiler/sensor section of the simulate viewer which generates live graphs.
Perhaps a wiki with these:
4-bar-example
97783ab
5839301
aab2d48
PID tuning and example in wikimujUI elements are not supported yet in pythonExisting graphing:
The text was updated successfully, but these errors were encountered: