Closed GiulioRomualdi closed 4 years ago
Possible related issues: https://github.com/PX4/sitl_gazebo/issues/536 https://github.com/osrf/sdformat/pull/316
I've just noticed that the same error occurs also with iCubGazeboV2_5_fixed
. Gazebo version 11.1.0
It is a recent regression caused by a recent PR, we should fix it by changing base_link to root_link
In particular, it is a regression of https://github.com/robotology/icub-model-generator/pull/142 . The fix is simply to change https://github.com/robotology/icub-models/blob/master/fixed_model.sdf.in#L11 to from iCub::base_link
to iCub::root_link
.
I'm opening a PR
When I tried to load
iCubGazeboV3_fixed
an error is thrown by gazebo 11. Consequentially the robot is not fixed in the worldHere the error:
Here the autogenerated
sdf
file ofiCubGazeboV3_fixed
@traversaro