4236 Commits (420b1ca715ca563d2d905fae585a7970cb899602)

Author SHA1 Message Date
Randy Mackay 420b1ca715 Copter: minor comment and order change to takeoff 9 years ago
Jonathan Challinger 082c1f77fb Copter: soften takeoff 9 years ago
Lucas De Marchi 030fd046c7 ArduCopter: remove check for MAVLINK_COMM_NUM_BUFFERS 9 years ago
Lucas De Marchi e0639ac029 ArduCopter: remove check for AVR CPUs 9 years ago
Lucas De Marchi 3e889b005f ArduCopter: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Andrew Tridgell 99b448d1bb Copter: make EV log messages critical 9 years ago
Lucas De Marchi f4e71affa1 ArduCopter: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi e9b6c76454 ArduCopter: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi c397e550e2 ArduCopter: fix warning due to wrong type 9 years ago
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