-
Notifications
You must be signed in to change notification settings - Fork 104
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
Calibration type 14 update on calibration value parser #885
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MSECode
I guess this is a sister PR of robotology/icub-firmware-shared#83.
You need to:
- Handle the versioning correctly (you may ask @valegagge).
- Sign up for the CLA here below.
- Keep this PR in draft until the one in
icub-firmware-shared
gets merged in order to make CI work as intended.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MSECode
I guess this is a sister PR of robotology/icub-firmware-shared#83.
You need to:
- Handle the versioning correctly (you may ask @valegagge).
- Sign up for the CLA here below.
- Keep this PR in draft until the one in
icub-firmware-shared
gets merged in order to make CI work as intended.
Also, please fill in the body of the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is OK @MSECode, thanks.
We're still missing the version check for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MSECode 👍🏻
Once the upstream PR is merged, I'll put this in ready for review to activate the CI.
Remove change rotation to enum and add check of double value Update check of rotation param using enum type Fix error in if clause Update required icub_firmware_shared_VERSION in conf Add check on invertdirection value (must be bolean)
This PR brings an update to the current version of
calibration type 14
. Specifically the following things have changed:CALIBRATION
group in thePOS
service configuration file but the final correct values should be defined atparameters 3, 4 and 5
of the calibration configuration file as defined in the documentation. Moreover in this fileoffset
androtation
values should be passed inicubDegrees
.CALIBRATION
group in MC and POS is still kept for debugging reasons. Values in calibrators will override the one configured initially by the POS service.icub-main
andicub-firmware
calib.params.type14.invertdirection
value, which must be a boolean value