-
Notifications
You must be signed in to change notification settings - Fork 70
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
iCubGenova09 yarprobotinterface throws error "Parameter networks use deprecated syntax" #222
Comments
I suppose that lines like
should be changed to <elem name="FirstSetOfJoints"> (0 1 0 1) </elem> but the documentation does not seem to be in this way Then, I am wondering if this is a problem of |
Thanks @S-Dafarra for reporting I believe that your analysis is correct 👍🏻
As a result, the documentation https://github.com/robotology/yarp/blob/yarp-3.4/src/devices/ControlBoardWrapper/ControlBoardWrapper.h#L171-L175 seems outdated. |
Actually, it seems that this error was reintroduced in robotology/yarp@5da1cf3 when changing the log mechanism in |
Actually, that error was commented out since the first time it was pushed robotology/yarp@d164b21 |
Deprecation should be signaled as warnings rather than errors, I suppose. Later on, we will be responsible for updating the remaining robots. |
At this point I suppose it is no more a problem of the configuration files, but rather of
I will not have access to the robot for a couple of days I guess 😉 |
cc @drdanz. In the meanwhile, I can try to track it back through the announcements.
You're right! @davidetome could deal with this at the end of head replacement. |
@drdanz it seems that we switched from // yError<<"Parameter networks use deprecated syntax\n"; to yCError(CONTROLBOARDWRAPPER) << "Parameter networks use deprecated syntax"; via robotology/yarp@5da1cf3 without highlighting the change in YARP 3.4.x announcements (at least I didn't find it). Thus, I'd propose that we:
How do you see that @drdanz @S-Dafarra ? |
Sounds good to me! |
|
Every time we run the
yarprobotinterface
we get the not fatal errorIt seems it is thrown by https://github.com/robotology/yarp/blob/9ce40a416ce872154c90130a04648eb6923eb536/src/devices/ControlBoardWrapper/ControlBoardWrapper.cpp#L489, but I am not able to spot what causes this issue in the configuration files, nor how to avoid that.
The text was updated successfully, but these errors were encountered: