Open traversaro opened 3 years ago
fyi @gabrielenava @Giulero @lrapetti @HosameldinMohamed @S-Dafarra @GiulioRomualdi @prashanthr05 this would remove the need to launch an additional yarprobotinterface just for wholebodydynamics whenever we spawn a Gazebo simulation
The "real" iCub robot are typically launched with a
yarprobotinterface
that spawns, beside the YARP device that communicate with the internal robot fieldbus and the YARP network wrapper server device to expose their functionality over the network, also the devicecartesiancontrollerserver
and soon for supported robots also thewholebodydynamics
device.To reduce the simulation to reality gap, we could consider offering simulated models that do the same, or at least documentation on how to build such models. This was not easy in the past, but it has been enabled by the creation of the gazebo_yarp_robotinterface plugin in https://github.com/robotology/gazebo-yarp-plugins/pull/532 .
Things to consider:
gazebo_yarp_imu
andgazebo_yarp_forcetorque
as described in https://github.com/robotology/gazebo-yarp-plugins/issues/535