Thanks to https://github.com/robotology/icub-models/pull/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.
Thanks to https://github.com/robotology/icub-models/pull/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