Open stonneau opened 4 years ago
Do you need only stuff from example-robot-data, or do you plan to use models from elsewhere ?
To be completely honest I have no idea why this package is loaded. I d say in general we want to use models from elsewhere because this is not limited to laas
Yes, we need to be able to use any other kind of models from different packages.
I think that this issue should not be fixed here but in the talos-rbprm (and all the other {robot}-rbprm packages). It make sens to me to constraint packageName
to be a single name and not a relative path.
I need to check the Robot class to see which variables we could use to correctly define this or if we need to add another variable.
A quick and simple fix in this package would be to extract the first part of the string before the first /, call get_path with it and append the second part of the string to the result.
Here https://github.com/loco-3d/multicontact-locomotion-planning/blob/master/python/mlp/wholebody/tsid.py#L375 Apparently the method getPath is not able to handle slashes "/" when retrieving packages. Subsequently the loading of a wholebody motion method with Talos leads to the following error:
@nim65s as discussed yesterday.
This is temporarily fixed by directly inputing the urdf path manually:
Thank you very much !