Skip to content
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

[Issue] Multi-instances for multiple view #16

Closed
jaku-jaku opened this issue Jul 26, 2022 · 2 comments
Closed

[Issue] Multi-instances for multiple view #16

jaku-jaku opened this issue Jul 26, 2022 · 2 comments

Comments

@jaku-jaku
Copy link

Thanks for the great work, and I am trying to transform my script to use this lib from mujoco-py.
But I realized that this library seems to be incapable to create multiple instances:
For example, a -1 observer view, and 0,1 for stereo vision.

I am wondering if there is any workaround in-mind related to this?

Best
Jack

@rohanpsingh
Copy link
Owner

Hi @jaku-jaku
Do you mean rendering multiple windows at the same time?
Indeed this is not supported yet, but should be straightforward to implement.

@jaku-jaku
Copy link
Author

Do you mean rendering multiple windows at the same time?
Indeed this is not supported yet, but should be straightforward to implement.

Yeah, or running multiple instances of the viewer from different angles.
mujoco-py seems to be capable to host different viewer at same time.

But, yeah, I'm gonna try to figure out how to make it work.

Thanks!

PS: I do notice this codebase is somewhat similar to the way how mujoco-py implement MjViewer, and a really good starting base for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants