ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.68k stars 2.33k forks source link

Update Plane Config page for 4.5.x changed param names #3345

Closed EosBandi closed 1 month ago

EosBandi commented 1 month ago

Updated params in 4.5 AIRSPEED_CRUISE, AIRSPEED_MIN, AIRSPEED_MAX (all in m/s) and ROLL_LIMIT_DEG, PTCH_LIM_MAX_DEG, PTCH_LIM_MIN_DEGRE all in degree Due the change in units, now params that changed are not avail in the config page with versions 4.4 and before. It still needs some metadata update from plane to get the increments right : https://github.com/ArduPilot/ardupilot/pull/26969

tridge commented 1 month ago

@EosBandi thanks! image

the "FBW" in the name is misleading, it really has nothing to do with FBW modes, and doesn't even get used in FBWA mode.

tridge commented 1 month ago

@meee1 ready to merge I think