-
Notifications
You must be signed in to change notification settings - Fork 56
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
__main__.py should check for gepetto-gui #16
Comments
Not sure we want this in this repository? I think it would be better to handle this at the gepetto-viewer level to avoid adding an assumption and dependency on a package providing URDFs+meshes. |
What do you mean with check? Additionally this repository uses Gepetto viewer for quick visualization to interested users. I don't think we need to support other viewers (just to make easier maintenance). |
@wxmerkt : I think we should add this in gepetto-viewer, and then test that it works well here. @cmastalli : I mean
This could launch gepetto-gui, instead of showing an error that doesn't actually display the right name of the binary the user should launch. |
Hi, @nim65s . I also wanna check how to launch gepetto-gui. I tried the same thing as you mentioned:
Cam this be solved? Thanks in advance. |
And if gepetto-gui is not found, it should launch it.
But this behavior could be implemented at the gepetto-viewer / gepetto-viewer-corba level.
Maybe we should consider other viewers too…
The text was updated successfully, but these errors were encountered: