4277 Commits (6b4a6f5389afb1af8c1667b1e329643ad91b1f14)

Author SHA1 Message Date
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 4ab9821624 Replace use of Log_Write_Message_P() with Log_Write_Message() 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi a964ac38ec Replace use of print_P() with print() 9 years ago
Lucas De Marchi 89fc4f4b62 Replace use of send_text_P() with send_text() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 6f0db45b57 Replace use of strcasecmp_P() with strcasecmp() 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi 84d5fb006f Remove use of Util::{v,}snprintf_P() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Randy Mackay 606a0e0d0b Copter: set jerk to default for circle and guided 9 years ago
Leonard Hall 411e75b917 Copter: feed forward only used for AltHold, Loiter, PosHold 9 years ago
Randy Mackay b49fda4a94 Copter: remove rotor spinning arming check from TradHeli 9 years ago
Jonathan Challinger da3961e4a6 Copter: support MAV_CMD_DO_SEND_BANNER 9 years ago
Randy Mackay 02c4fdf519 Copter: 3.3.1 release notes 9 years ago
Jonathan Challinger 5486be34b1 Copter: use configured function to determine if heli_servo_rsc has been configured 9 years ago
Jonathan Challinger 28f55766fd Copter: use configured to check whether radio has been calibrated 9 years ago
Caio Marcelo de Oliveira Filho bf6d1afd59 ArduCopter: include SITL only for SITL board 9 years ago
Caio Marcelo de Oliveira Filho 49a42dc985 SITL: use a SITL namespace 9 years ago
Caio Marcelo de Oliveira Filho 05ae7858e8 Copter: explicitly ask for always using EKF 9 years ago
Peter Barker 080c31c15e Copter: use simple log entry numbers to download logs 9 years ago
Lucas De Marchi 09f185eb5e ArduCopter: remove check for max INS instances 9 years ago
Caio Marcelo de Oliveira Filho 3e3f13659d ArduCopter: implement HAL::Callbacks 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Randy Mackay 3f9d62d6b4 Copter: 3.3.1-rc1 release notes 9 years ago
Randy Mackay 1858a0544f Copter: guided takeoff checks auto-armed status 9 years ago
Paul Riseborough 75a61df627 Copter: Enable access to EKF2 height tuning 9 years ago
Paul Riseborough d0aba09503 Copter: Access EKF healthy through AHRS object 9 years ago
Paul Riseborough 19785c1033 Copter: Access EKF origin through AHRS object 9 years ago
Paul Riseborough 7c6b31b585 Copter: Access EKF variance checks through AHRS object 9 years ago
Randy Mackay d03489263d Copter: remove gyro cal on first arming 9 years ago
Jonathan Challinger 598925f8d2 Copter: EKF failsafe action always Land if RC failsafe active 9 years ago
José Roberto de Souza c581a702a0 ArduCopter: Fix typo: auxiliar to auxiliary 9 years ago
Gustavo Jose de Sousa fb5320bb25 ArduCopter: use compass get_{field,offsets}() functions 9 years ago
Randy Mackay 9b80ab18ae Copter: position_ok when optical flow ok 9 years ago
vooon f3cbbef418 Copter: fix guided attitude type_mask check 9 years ago
Randy Mackay a142688fea Copter: guided attitude timeout to 1sec 9 years ago
Randy Mackay e20038a453 Copter: support SET_ATTITUDE_TARGET in guided mode 9 years ago
Randy Mackay 1dcf58bc20 Copter: support set-home-position message 9 years ago
Randy Mackay 330961b524 Copter: send home position when home is set or get-home msg received 9 years ago
Randy Mackay 26329c5a03 Copter: 3.3 release notes 9 years ago
Andrew Tridgell 38bae40ca0 Copter: use ahrs.send_ekf_status_report() 9 years ago
Andrew Tridgell 5cb088fe14 Copter: pass display_failure to AP_Motors heli check 10 years ago
Andrew Tridgell 94eb23ef56 Copter: consider flight to be dynamic at greater than 2m above ground 10 years ago
Andrew Tridgell 49ee4b7965 Copter: tell motors library when to use acro gyro gain 10 years ago
Andrew Tridgell 1c26ed0fca Copter: fixed deadzone handling for external tail gyro 10 years ago
Randy Mackay cdd4570f02 Copter: fix init order of ekfYawReset_ms 10 years ago