Skip to content
New issue

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

gazebo_imu: ADDITIONAL_WRAPPER group should be not mandatory #525

Closed
Nicogene opened this issue Dec 7, 2020 · 2 comments
Closed

gazebo_imu: ADDITIONAL_WRAPPER group should be not mandatory #525

Nicogene opened this issue Dec 7, 2020 · 2 comments

Comments

@Nicogene
Copy link
Member

Nicogene commented Dec 7, 2020

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.

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

@traversaro
Copy link
Member

Related to #534 . Since #532, no network wrapper should be mandatory.

@traversaro
Copy link
Member

Fixed by #586 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants