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
Today I tried running the YarpRobotLoggerDevice through the yarprobotinterface gazebo plugin but it failed the opening because it needs the remotecontrolboardremapper of all the joints, but since the controlboards are opened at the same time of the remapper and ready when the startup phase of the robot interface, the opening of the remapper fails as well the one of YarpRobotLoggerDevice.
This forced me to pull out the YarpRobotLoggerDevice in separate XML files and run a second "external" yarprobotinterface.
In this sense attaching the single parts and the remap inside should solve this issue (as telemetryDeviceDumper and wholeBodyDynamics do)
Today I tried running the
YarpRobotLoggerDevice
through theyarprobotinterface
gazebo plugin but it failed the opening because it needs theremotecontrolboardremapper
of all the joints, but since the controlboards are opened at the same time of the remapper and ready when the startup phase of the robot interface, the opening of the remapper fails as well the one ofYarpRobotLoggerDevice
.This forced me to pull out the
YarpRobotLoggerDevice
in separate XML files and run a second "external" yarprobotinterface.In this sense attaching the single parts and the remap inside should solve this issue (as
telemetryDeviceDumper
andwholeBodyDynamics
do)Related issue #125
The text was updated successfully, but these errors were encountered: