61 Commits (b69481f74d93df722ee31adcdc61bebce21d3b84)

Author SHA1 Message Date
Randy Mackay 7cf2255822 Copter LEDs: replace bitRead with bitmask 12 years ago
Randy Mackay 38e81adae0 InertialNav: remove unnecessary "virtual" from function definitions 12 years ago
Randy Mackay 67c69a19ee Copter: remove baro-only alt hold 12 years ago
rmackay9 bd0e018ca0 ArduCopter: restore auto-trim method but now use AHRS.add_trim 12 years ago
rmackay9 52802cb29e ArduCopter: limit output throttle to 800 only for TRI which does not have the new stability patch 12 years ago
rmackay9 881dae1e27 ArduCopter: remove throttle limit of 800 for quads, hexas and octacopters 12 years ago
rmackay9 6da68c53a5 ArduCopter: bug fix so AP_Limits does not use up memory if it is disabled 12 years ago
Andrew Tridgell 9e986801c9 Copter: fixed SITL for ArduCopter 12 years ago
Pat Hickey 7af03127f6 ArduCopter: more work 12 years ago
rmackay9 072ffec493 ArduCopter: allow INERTIAL_NAV to be enabled separately for horizontal and vertical position 12 years ago
Robert Lefebvre b32d7c8b63 ACM: TradHeli 12 years ago
Robert Lefebvre 637c9a1a72 ACM: TradHeli 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
rmackay9 bcb9519fd7 ArduCopter: renamed system bitmap to ap_system to resolve desktop compile issues 12 years ago
Jason Short 883bb7cfc0 ACM formatting 12 years ago
Jason Short d2a5928c06 Ap state updates 12 years ago
rmackay9 1f801714e8 ArduCopter: incorporate new version of inertial navigation 12 years ago
rmackay9 a1b4ec6d0e ArduCopter: move to use new INS library instead of IMU library 12 years ago
rmackay9 c0ad98be31 ArduCopter: failsafe added to shutdown motors if mainloop fails 13 years ago
rmackay9 95763e610b ArduCopter: allow DMP to run in parallel with DCM 13 years ago
uncrustify 7f89e6c677 uncrustify ArduCopter/motors.pde 13 years ago
Andrew Tridgell 1b0f5ac84f ACM: use ahrs.set_fast_gains() on arm/disarm 13 years ago
Jason Short c81064279a ACM : removed 2-level DCM gain change - .1 will still be the default. 13 years ago
Jason Short 575a9c4fd1 ACM : Fix for reloading the user DCM gains upon arming 13 years ago
Jason Short 522fa58ea5 ACM : temp fix for throttle output limit 13 years ago
rmackay9 07c7c3945d ArduCopter: fixed small bug re arming_counter for TOY mode 13 years ago
rmackay9 36f947acb9 ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 13 years ago
Jason Short b27c1ce396 ACM : Added check for second Toy mode 13 years ago
Andrew Tridgell c2dc920d02 ACM: allow users to set the AHRS_YAW_P and AHRS_RP_P 13 years ago
Jason Short 6037fabb5c ACM Motors.pde 13 years ago
Jason Short 8188058404 ACM: Failsafe Fix for Mission planner initiated AUTO mode 13 years ago
Jason Short fbe898a6db Arducopter: motors.pde formatting 13 years ago
Jason Short 98725be0ec Arducopter: INS 13 years ago
Andreas M. Antonopoulos c73f7ef3ab AP_Limits library, provides modular "limits" such as altitude and geo-fencing. 13 years ago
Jason Short c42f9ece43 Inertial Control 13 years ago
Robert Lefebvre 4e4ff84cf1 Updates to CopterLEDS 13 years ago
Robert Lefebvre c8fb9a6635 More CopterLEDS changes. 13 years ago
rmackay9 905a445391 ArduCopter - motors.pde - changed references to "motor_armed" to "motors.armed()" because we've moved to using the AP_Motors class. 13 years ago
Andrew Tridgell 7634f541b9 ACM: use set_blocking_writes(false) when we arm motors 13 years ago
Jason Short d1fcebb5ca Cosmetic changes 13 years ago
Jason Short f5fd3a0597 reset all I terms at Arming 13 years ago
Jason Short 3ebed0b278 This allows users to test the Auto_throttle hold or cruise value 13 years ago
Pat Hickey b907c1fd5c ArduCopter: add ch_of_mot lookup to motors.pde 13 years ago
Jason Short e7b750074b Added takeoff state and ground state variable 13 years ago
Andrew Tridgell 4fe527aefa ACM: use LED_OFF/LED_ON instead of LOW/HIGH 13 years ago
Jason Short 58ad9faf6d initing z dampener at arming 13 years ago
Andrew Tridgell 483bef35e5 IMU: update ACM and APM for flash_leds change in IMU init 13 years ago
Jason Short 307723960d Increased slightly the Auto_trim time 13 years ago
Jason Short b3bd4bd3c9 Cosmetic cleanup, commented functions for compiler warnings 13 years ago
Andrew Tridgell a99bcec762 desktop: report motors armed in desktop build too 13 years ago