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

Add the possibility to load the urdf model at runtime #25

Closed
GiulioRomualdi opened this issue Feb 28, 2022 · 1 comment
Closed

Add the possibility to load the urdf model at runtime #25

GiulioRomualdi opened this issue Feb 28, 2022 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@GiulioRomualdi
Copy link
Member

Thanks to robotology/icub-models#130 it is now possible to access the location of the urdf model directly from python. Consequentially it would be nice to implement the possibility to switch the robot model in the visualizer (this will allow using the visualizer also for the other research axis). The tasks required are:

  1. read the joints list from the mat file. (the list is already there so we should just read it from python)
  2. implement a function that removes an existing model from the visualizer (meshcat)
  3. add a QComboBox to select the model
    image

If there is someone willing to implement this feature, I can guide them.

cc @ami-iit/artificial-mechanical-intelligence

@GiulioRomualdi GiulioRomualdi added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 28, 2022
@GiulioRomualdi GiulioRomualdi changed the title Add the possibility to load different robot Add the possibility to load the urdf model at runtime Feb 28, 2022
@GiulioRomualdi
Copy link
Member Author

The name of the model is retrieved from the mat file a985a69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant