We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The device gazebo_imu can be opened and attached to the "old" wrapper (see http://yarp.it/git-master/classServerInertial.html) and to the "new" one (see http://yarp.it/git-master/classMultipleAnalogSensorsServer.html) with the WRAPPER and ADDITIONAL_WRAPPER configuration logic.
gazebo_imu
WRAPPER
ADDITIONAL_WRAPPER
Unfortunately, both wrappers are mandatory in the configuration phase, since not specifying the ADDITIONAL_WRAPPER you get this error:
[ERROR] GazeboYarpIMU : [ADDITIONAL_WRAPPER] group not found in config file
I think it could be better if this would be an optional parameter
The text was updated successfully, but these errors were encountered:
Related to #534 . Since #532, no network wrapper should be mandatory.
Sorry, something went wrong.
Fixed by #586 .
No branches or pull requests
The device
gazebo_imu
can be opened and attached to the "old" wrapper (see http://yarp.it/git-master/classServerInertial.html) and to the "new" one (see http://yarp.it/git-master/classMultipleAnalogSensorsServer.html) with theWRAPPER
andADDITIONAL_WRAPPER
configuration logic.Unfortunately, both wrappers are mandatory in the configuration phase, since not specifying the
ADDITIONAL_WRAPPER
you get this error:I think it could be better if this would be an optional parameter
The text was updated successfully, but these errors were encountered: