487 Commits (7d27e420aeba7bf9e828af543b8ee055050ecdd4)

Author SHA1 Message Date
Pat Hickey d5d97be837 ArduCopter: add param loader properly implement parameters 12 years ago
Pat Hickey 5e63491994 ArduCopter: fix issues with HAL/HIL mixup and baro/compass instances 12 years ago
Pat Hickey 21d0da84a6 ArduCopter: temporarily disable AP_Param::setup_sketch_results 12 years ago
Pat Hickey a0151aa66c ArduCopter: fix cliSerial null ptr, do AP_Param::setup_sketch_defaults 12 years ago
Pat Hickey 2aa4657315 ArduCopter: changes to use CONFIG_HIL_BOARD 12 years ago
Pat Hickey ade7099d75 ArduCopter: add AP_HAL_MAIN 12 years ago
Pat Hickey 5bd7046a95 ArduCopter: sketch cpp builds! 12 years ago
Pat Hickey 7af03127f6 ArduCopter: more work 12 years ago
Pat Hickey 70f4739522 ArduCopter: more fixes 12 years ago
Pat Hickey f281d9265e ArduCopter: reworked sonar analog source creation 12 years ago
Pat Hickey d9e0bbbbab ArduCopter: first pass at AP_HAL porting 12 years ago
Pat Hickey a4f1f6a5db AP_Progmem: fix dependencies for all sketches touched by AP_HAL_AVR 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
Jason Short 19ae5c30eb ACM : Formatting 12 years ago
rmackay9 047f848cc7 ArduCopter: remove ThirdOrderCompFilter from list of includes 12 years ago
rmackay9 0f7bb79d89 ArduCopter: add comments to tuning parameters. 12 years ago
rmackay9 8c2423f618 ArduCopter: code clean-up. Changed update_nav_wp to use a switch statement and relocated to navigation.pde 12 years ago
rmackay9 b4e5176e2a ArduCopter, AP_InertialSensor: restore mpu6k sample rate to 200hz but keep default filtering at 42hz. 12 years ago
Robert Lefebvre 0eb57bf93d ACM: TradHeli 12 years ago
rmackay9 9dd978576b ArduCopter: auto yaw changes to allow pilot override of yaw during missions 12 years ago
rmackay9 99b32a39c4 ArduCopter: InertialNav time constant CH6 tuning changed to only update enabled axis 12 years ago
rmackay9 39d524212f ArduCopter: allow accel based throttle controller to be enabled/disabled with the new THR_ACC_ENABLE parameter. 12 years ago
rmackay9 a5bb54e36e ArduCopter: RTL clean-up and slightly improved landing sensor 12 years ago
rmackay9 072ffec493 ArduCopter: allow INERTIAL_NAV to be enabled separately for horizontal and vertical position 12 years ago
rmackay9 d7f76ebd87 ArduCopter: add tuning of throttle rate controller's I term (THROTTLE_KI) 12 years ago
rmackay9 7b4ed2d227 ArduCopter: restored landing detector to landing throttle mode. 12 years ago
rmackay9 a94826f182 ArduCopter: add set_throttle_mode to better control initialisation of variables 12 years ago
rmackay9 1036b35128 ArduCopter: added back in angle boost and recombined for heli and multicopter 12 years ago
rmackay9 3cbef57c64 ArduCopter: first merge of leonard's accel based altitude controller plus other changes from Randy 12 years ago
Robert Lefebvre 1d589c0b7d ACM: TradHeli 12 years ago
Robert Lefebvre 315a7e8000 ACM: Yaw Look Ahead Changes 12 years ago
Robert Lefebvre 9130045298 ACM: Code Cleanup 12 years ago
rmackay9 8141f0b600 ArduCopter: bug fix - increase mpu6k sample rate to 100hz 12 years ago
Andrew Tridgell 6fbf5ec8f2 Copter: update ArduCopter for new ins interface 12 years ago
Robert Lefebvre 07d7d90882 ACM: TradHeli 12 years ago
Robert Lefebvre 6b8c39dd10 ACM: Creating Yaw_Look_Ahead yaw mode. 12 years ago
Robert Lefebvre 3f0e8dd358 ACM: TradHeli 12 years ago
Robert Lefebvre e8d619acad ACM: Begin creation of TradHeli rate control. 12 years ago
Robert Lefebvre 6b1fee767a ACM: TradHeli 12 years ago
Robert Lefebvre 95eeda7cf7 ACM: TradHeli 12 years ago
Robert Lefebvre 8056b78c55 ACM: TradHeli 12 years ago
Andrew Tridgell 5818aaad42 Copter: fixed build error 12 years ago
Andrew Tridgell cd07d965a7 Copter: ported RSSI_PIN option from ArduPlane 12 years ago
rmackay9 3372355e07 ArduCopter: remove commented out remnants of roll_scale_d and pitch_scale_d 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
rmackay9 07a7a1acd8 ArduCopter: replaced digitalRead and digitalWrite with faster calls 12 years ago
Robert Lefebvre 9c6e914bf8 Added Leonard to Contributor List. 12 years ago
rmackay9 258442770d ArduCopter: flight mode changes ignored while in throttle failsafe 12 years ago
rmackay9 dcd98eee78 ArduCopter: remove some variables no longer required with introduction of AP_state 12 years ago
rmackay9 ac5dcc8d49 ArduCopter: remove last remanants of rate_d to resolve compiler warning of unused variables 12 years ago