ardupilot/libraries/APM_Control
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes
Most of AP_Progmem is already gone so we can stop including it in most
of the places. The only places that need it are the ones using
pgm_read_*() APIs.

In some cases the header needed to be added in the .cpp since it was
removed from the .h to reduce scope. In those cases the headers were
also reordered.
2015-10-30 14:35:32 +09:00
..
APM_Control.h APM_Control: added a ground vehicle steering controller 2013-09-09 18:04:40 +10:00
AP_AutoTune.cpp Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
AP_AutoTune.h Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
AP_PitchController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_PitchController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_RollController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_RollController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_SteerController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_SteerController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AP_YawController.cpp Remove use of PROGMEM 2015-10-30 14:35:16 +09:00
AP_YawController.h APM_Control: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
TuningGuide.txt APM_control: Modified gain definitions for roll and pitch controllers so PID gains behave like previous servo PIDS 2013-05-31 07:58:20 +10:00