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 https://github.com/robotology/icub-models/commit/2c9f8ab2b178bf5894efc8cf187bb6211e1f85e5
cc @traversaro