You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#532 added a gazebo_yarp_robotinterface. However, for YARP devices to be available to be connected to yarp device instantiated by the robotinterface plugin, it is necessary that the plugin support specifying the "YARP device instance name" of the created YARP devices.
Definition of done: all the plugin can specify the the YARP device instance name of the YARP device that they create, so that this device can be attached to devices instantiate by gazebo_yarp_robotinterface .
Devices:
gazebo_yarp_imu
gazebo_imu_forcetorque
gazebo_yarp_controlboard
gazebo_yarp_depthcamera
gazebo_yarp_lasersensor
gazebo_yarp_multicamera
gazebo_yarp_fakecontrolboard (probalby not necessary as now with gazebo_yarp_controlboard we can use fakeMotionControl device from YARP, see Deprecate gazebo_yarp_fakecontrolboard #587)
gazebo_yarp_inertialmtb
gazebo_yarp_inertialmtbPart
gazebo_yarp_maissensor
The text was updated successfully, but these errors were encountered:
Thanks @Nicogene and @GrmanRodriguez ! Probably it is a bit helpful to have a recap on the devices migrated and the one still to migrate, I have added one to the top comment.
#532 added a
gazebo_yarp_robotinterface
. However, for YARP devices to be available to be connected to yarp device instantiated by the robotinterface plugin, it is necessary that the plugin support specifying the "YARP device instance name" of the created YARP devices.The plugin that support doing that are listed in https://github.com/robotology/gazebo-yarp-plugins/pull/532/files#diff-016af8ed33c29358106ec0e48301e53602fc63ce5be3b985e45c73675367e49eR70, but this does not cover all plugins
this at the moment does not include useful plugin such as(these were covered thanks to @Nicogene and @GrmanRodriguez).gazebo_yarp_imu
orgazebo_imu_forcetorque
Definition of done: all the plugin can specify the the YARP device instance name of the YARP device that they create, so that this device can be attached to devices instantiate by
gazebo_yarp_robotinterface
.Devices:
gazebo_yarp_imu
gazebo_imu_forcetorque
gazebo_yarp_controlboard
gazebo_yarp_depthcamera
gazebo_yarp_lasersensor
gazebo_yarp_multicamera
gazebo_yarp_fakecontrolboard
(probalby not necessary as now withgazebo_yarp_controlboard
we can usefakeMotionControl
device from YARP, see Deprecate gazebo_yarp_fakecontrolboard #587)gazebo_yarp_inertialmtb
gazebo_yarp_inertialmtbPart
gazebo_yarp_maissensor
The text was updated successfully, but these errors were encountered: