-
Notifications
You must be signed in to change notification settings - Fork 5
Spawn the auto-generated iCub raw models in the composite Gazebo models (iCub fixed, iCub on seesaw, ...) #16
Comments
We encountered this issue with @VenusPasandi : in particular, at the moment if someone wants to use the This is a pity, as we should actually suggest most of the users involved in control-related research activities to use the @DanielePucci any chance of getting someone to work on this? |
@traversaro |
ok for me, as soon as the thesis is submitted then. @traversaro , I don't understand what you mean in your last comment..
today three models can already be used with the URDF generated from CAD: "iCubGenovaV2_5 fixed" (base fixed on a pole), "iCubGenovaV2_5 feet fixed", "iCubGenovaV2_5 standing". What was missing was #18 for overriding the root URDF model joint configuration with the one in the composite model, and robotology/gazebo-yarp-plugins#392 implements one of the required bricks, right? |
This is done using the |
Yes, @lrapetti is working on it. |
yes. If I remember well, it was not merged yet in the master because of the missing joint reconfiguration and #18. |
Closing. Refer also to #18 |
The
feature/useGeneratedModels
branch will get merged intomaster
after all the tests on the new autogenerated models will be performed.There are notable changes in the usage of this repository, particularly it is not possible anymore to point the env variables directly on the cloned repo, but at least a CMake configuration step is now required.
The reason is that now there are templated
.in
files to select the active robot model (which can be only one at a time), that must be specified with the-DDROBOT_NAME
CMake option. Further infos on the branch's README.Currently only
icub-fixex-nohands
has this support, and it should be extended to all the other models in this repository.For extending the use of the iCub generated model in composite models like "iCub on seesaw", we need to override the model default joint configuration.
So the changes implemented by this Epic are listed below:
The text was updated successfully, but these errors were encountered: