-
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
Clarification on syntax issue after commit a1cf818 #233
Comments
It seems that, YARP-side, the error is thrown here: |
Thanks for raising the point @xEnVrE . For reference, the related PR I guess is #227 . The problem seems that the virtualAnalogServer (see https://github.com/robotology/yarp/blob/0fcdd28793d2b8d2356c72a2edb728774a9ef7a3/src/devices/VirtualAnalogWrapper/VirtualAnalogWrapper.cpp#L154 ) was never updated to support the same networks format used by the controlboardwrapper2 (see https://github.com/robotology/yarp/blob/b418c1b37ab7e317369e64f2840bfad3881ad7f5/src/devices/ControlBoardWrapper/ControlBoardWrapper.cpp#L466), and it is only supporting the legacy format (that the controlboard marked deprecated, see https://github.com/robotology/yarp/blob/b418c1b37ab7e317369e64f2840bfad3881ad7f5/src/devices/ControlBoardWrapper/ControlBoardWrapper.cpp#L489). While the quickest workaround is probably to revert the changes that #227 applied to the |
Thanks @xEnVrE and @traversaro for spotting this! I think the best solution is that we update the Stay tuned. |
Thank you @pattacini |
This is probably something that we need to monitor for 2021.02 @Nicogene . |
Absolutely, I changed manually the three lines in order to run the robot. Thank you |
PR opened up in robotology/yarp#2468. cc @triccyx |
@xEnVrE the PR has been just merged! |
This morning I tried to run iCubGenova01 after git pulling the latest
robots-configuration
and I could not run the robot due to the following issue (reporting from the output ofyarprobotinterface
)After checking I found that the issue, at least on our setup, is coming from a1cf818.
Specifically, it seems that the parentheses surrounding the integers are not recognized by the parser
robots-configuration/iCubGenova01/wrappers/VFT/left_arm_VFT_wrapper.xml
Line 6 in 2bc1ca0
robots-configuration/iCubGenova01/wrappers/VFT/right_arm_VFT_wrapper.xml
Line 6 in 2bc1ca0
robots-configuration/iCubGenova01/wrappers/VFT/torso_VFT_wrapper.xml
Line 6 in 2bc1ca0
I wanted to ask the following: is this change wanted and I need to update
YARP
and/oricub-main
because the parser was changed or is there something else that I am missing?Thank you!
The text was updated successfully, but these errors were encountered: