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
If I install icub-models from the superbuild and I tried to get the model path with icub_models.get_models_path() I got a non existing path
In [1]: import icub_models
In [2]: icub_models.get_models_path()
Out[2]: PosixPath('/home/gromualdi/robot-code/robotology-superbuild/build/install/lib/home/gromualdi/robot-code/robotology-superbuild/build/install/share/iCub/robots')
If I install icub-models from the superbuild and I tried to get the model path with
icub_models.get_models_path()
I got a non existing pathI'm using 2c9f8ab
cc @traversaro
The text was updated successfully, but these errors were encountered: