ardupilot/libraries/APM_Control
Grant Morphett f7db538220 APM_Control: Fixed the subparam indexs to start at 1
AFAIK there is still a bug in ArduPilot where subparams should not start at index 0.  This is due to the way the index math and bit shifing works as it incorrectly offsets all 0 index params to 0. We allow 2 levels of sub params - 3 levels in total.  So params, sub params and sub sub params.  The 0 parameter in all those is unfortunately always references param[0].  So param[0] and subparam[0] and subsubparam[0] will reference the same parameter value.  Its why we always say start the index from 1 as the math and bitshifting then works correctly.

Yeah this is worded badly - hard to explain.
2017-11-29 09:43:10 +09:00
..
APM_Control.h APM_Control: added a ground vehicle steering controller 2013-09-09 18:04:40 +10:00
AP_AutoTune.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_AutoTune.h AP_Autotune: remove unimplemented function 2017-11-08 17:21:56 +09:00
AP_PitchController.cpp APM_Control: Use SI units conventions in parameter units 2017-05-17 18:07:25 +10:00
AP_PitchController.h APM_Control: add static create method 2017-09-26 03:01:21 +01:00
AP_RollController.cpp APM_Control: Use SI units conventions in parameter units 2017-05-17 18:07:25 +10:00
AP_RollController.h APM_Control: add static create method 2017-09-26 03:01:21 +01:00
AP_SteerController.cpp AP_SteerController: fix get_steering_out_rate bug when reversing 2017-08-05 11:20:58 +09:00
AP_SteerController.h APM_Control: add static create method 2017-09-26 03:01:21 +01:00
AP_YawController.cpp APM_Control: Simpify yaw controller trig 2017-09-25 16:49:54 -07:00
AP_YawController.h APM_Control: add static create method 2017-09-26 03:01:21 +01:00
AR_AttitudeControl.cpp APM_Control: Fixed the subparam indexs to start at 1 2017-11-29 09:43:10 +09:00
AR_AttitudeControl.h AR_AttitudeControl: remove unused skid_steering arg from get_throttle_out 2017-11-08 15:45:35 +09:00
TuningGuide.txt APM_Control: Fix typos 2016-05-13 19:20:05 -03:00