remove customrotations parameter conversion - #34124
Conversation
fd41308 to
ddf2e21
Compare
Previous review (2026-08-24)Automated review note — AI-generated (Claude), validated against the live diff. Please sanity-check before acting. Reviewed at head
Also checked: |
The version the parameter file is applicable to is right there in the damned filename.
Pre-existing. Don't scope-creep.
The Wiki issue PR clearly says those versions are up for debate.
Fixed.
Nothing makes the old comment untrue. If a user does have the value this is a strong hint they should change.
What? It's right there in the value comment description you just asked me to remove. |
Previous review (2026-08-24)Automated review note — AI-generated (Claude), validated against the live diff. Please sanity-check before acting. Re-reviewed at head
Also checked: the preset is the only file under |
Previous review (2026-08-24)Automated review note — AI-generated (Claude), validated against the live diff. Please sanity-check before acting. Re-reviewed at head You took a third option on the orphaned-preset blocker — deleting
Also checked: the delta is only the one file in its own |
rmackay9
left a comment
There was a problem hiding this comment.
I'm very happy with losing the old conversion code.
@andyp1per are you happy removing the old chimera parameter file? We probably need to either update it or remove it
was used to convert from 4.1-style rotations to the modern form
removes as the conversion code is also going, and we have versioned parameters now-adays
removes as the conversion code is also going, and we have versioned parameters now-adays
…arams these are notionally 4.2 parameters - it's there in the name
6c5accd to
609122f
Compare
I've revived the 4.2 parameter file but added it to the list of things that should not be checked by CI |
|
Automated review note — AI-generated (Claude), validated against the live diff. Please sanity-check before acting. Re-reviewed at head
Cosmetic carry-over: the two doc commits still have the |
Summary
Removes code which converted from 4.1-style custom rotations to modern style
Classification & Testing (check all that apply and add your own)
Description
Removes some ancient conversion code.
Past this, someone moving from ArduPilot 4.1 to 4.8 who was using custom rotations will not get their new values transferred over to the new running firmware.
Also see ArduPilot/ardupilot_wiki#7981