ArduPilot / MissionPlanner

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

Copter-4.0 updates to extended tuning screen #2247

Open rmackay9 opened 4 years ago

rmackay9 commented 4 years ago

As part of the Copter-4.0 beta testing, we've noticed that a few fields on the Extended tuning page are blanked out because we've changed parameter names.

mp-extended-tuning-blank

The TUNE_ parameters should be TUNE_MIN and TUNE_MAX (was TUNE_LOW, TUNE_HIGH)

For the Filters the single parameter for each axis has been replaced with 3 filters. So _FILT -> FLTE, FLTD and/or FLTT. After a discussion with @lthall we think it would be best if all three were shown.

@lthall is going to come up with some more input for this screen.

lthall commented 4 years ago

Mission Planner Screen

I would suggest adding: ATC_ACCEL_P_MAX ATC_ACCEL_R_MAX ATC_ACCEL_Y_MAX ATC_INPUT_TC

rmackay9 commented 4 years ago

@meee1, we're probably 1 week away from the Copter-4.0.0 release so it would be good to get these sorted out. I think the Tune change in particular should be pretty straight forward because we've just renamed TUNE_HIGH to TUNE_MAX and TUNE_LOW to TUNE_MIN.

ddomit commented 4 years ago

This is still not working!