You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
read the joints list from the mat file. (the list is already there so we should just read it from python)
implement a function that removes an existing model from the visualizer (meshcat)
add a QComboBox to select the model
If there is someone willing to implement this feature, I can guide them.
cc @ami-iit/artificial-mechanical-intelligence
The text was updated successfully, but these errors were encountered:
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:
QComboBox
to select the modelIf there is someone willing to implement this feature, I can guide them.
cc @ami-iit/artificial-mechanical-intelligence
The text was updated successfully, but these errors were encountered: