Closed jeljaik closed 10 years ago
I guess this happens because the ICUB_TORSO_LEGS list is not defined. I will try to provide a more informative error in https://github.com/robotology-playground/yarp-wholebodyinterface/commit/2129f045785ef750d017e38b79ad23535a586068 .
The actual reason was that ICUB_TORSO_LEGS
was actually defined, but when defining ICUB_MAIN_JOINTS
the torso joints were being added twice.
Ok, I now provide a sufficiently clear error message for this use case in https://github.com/robotology-playground/yarp-wholebodyinterface/commit/bdfb73b63468a2465ed02a3bcf2196a448cb1803 . Closing.
I'm getting the following error message when querying IdList from configuration file:
[ERR] loadIdListFromConfig error: requested list ICUB_MAIN_JOINTS is malformed
The config file is being found, as you can see from the following snippet:And in it I have
ICUB_MAIN_JOINTS
as:ICUB_MAIN_JOINTS = (ICUB_TORSO_LEGS, ICUB_TORSO_JOINTS)
This doesn't happen when I request
ICUB_DYNAMIC_MODEL_JOINTS
Any idea? Thanks