-
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
Full Reload of Sim without closing window? #25
Comments
Thanks for the nice demo @rohit-kumar-j ! Don't you think it's better to let |
Yes, I guess I haven't explained my reasoning for #23, especially in the context of the new simulate.cc viewer's implementation in python. I hope I can faithfully do so here: I don't see this repo a replica of
PS: I have not seen the src code/used the python version of the simulate.cc. (perhaps it is this.) |
This might be a breaking change:
Each time the model and data have to be accessed, they have to be done via
viewer.model
andviewer.data
. The examples, etc need to change. Would this PR be okay? (Of course, the changes will be reflected in the README and examples)Need for this/Use case:
No relaunching of the python script for
.xml
tweaking, no need to use simulate.cc for the sameImplementation Example:
mujoco_full_reload_method.mp4
(If the video stops in the middle, kindly scrub manually to the end. The video may be corrupted)
The text was updated successfully, but these errors were encountered: