Closed lrapetti closed 2 years ago
In particular the problem seems to be
[ERROR] [getStringFromSearchable] Missing field leftFootWrenchInputPort_name
[ERROR] [RobotInterface::configureForceTorqueSensors] Unable to get the string from searchable.
[ERROR] [WalkingModule::configure] Unable to configure the Force Torque sensors.
cc @S-Dafarra @mebbaid @GiulioRomualdi
I think you're running an old version of the walking. leftFootWrenchInputPort_name
does not exists anymore after https://github.com/robotology/walking-controllers/commit/1d11f0b6718ef3b26dc5a69ca105b2a5606d5173 try to pull master and compile again
Thanks, I spot the problem. I was in master but the WalkingModule
was not compiled because WALKING_CONTROLLERS_COMPILE_WalkingModule
was off since WALKING_CONTROLLERS_HAS_UnicyclePlanner
was not found.
Also UnicyclePlanner
should be in master. Once the transition to blf will be completed the cmake logic implemented in this repo will be changed and this kind of error will not appear anymore
Also
UnicyclePlanner
should be in master. Once the transition to blf will be completed the cmake logic implemented in this repo will be changed and this kind of error will not appear anymore
Nice! In order to fix it I have recompiled UnicyclePlanner
in master but it didn't fix the issue. In order to fix it I have to remove the walking-controllers
build repository and recompile it. After doing that everything was working properly! Thanks
Trying to follow the documentation in https://github.com/robotology/walking-controllers#computer-how-to-run-the-simulation, with the
iCubGazeboV3
model (settingexport YARP_ROBOT_NAME=iCubGazeboV3
), it is failing with the following message: