-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add the possibility pass the root of robots-configuration in FirmwareUpdater.script.info.all.sh #19
Comments
I just noticed that I should open it in icub-firmware-build. |
Note that
Note that since iCubWaterloo01/SN44, the iCubs that come out from the "production" also use the superbuild, so this is a problem that affects also those robots. |
If you tell me what you prefer I can open a PR. Should I close this issue and open a new one in icub-firmware-build? |
I transferred the issue there. |
I think the current solution is not ideal for two reason:
I think both issues can be avoided if instead of using:
we use the
this will work fine both manual and superbuild installation, and will use the installed version of the files instead of the source one (so it will work even if we switch to use binaries in the future). |
seems a good solution by me. |
Given #21, probably we can close this issue @GiulioRomualdi ? |
Yes! |
Note that probably |
FirmwareUpdater.script.info.all.sh
searches forrobots-configuration
folder inside$ROBOT_CODE
i.e.We usually install
robots-configuration
as part of the superbuild, so our path is$ROBOTOLOGY_SUPERBUILD_DIR/src/robots-configuration
. It would be nice to pass the root of robots configuration as parameter to thesh
script.cc @traversaro @isorrentino
The text was updated successfully, but these errors were encountered: