304 Commits (ac10e7ea26d7d8a87d522da418636daa29cf3849)

Author SHA1 Message Date
Randy Mackay d1344e8c39 Copter: remove #define for CROSSTRACK_GAIN 12 years ago
Randy Mackay 1b6fcad90a Copter: remove tilt compensation parameter 12 years ago
Randy Mackay fdcb78ccf7 Copter: leonard's smoother alt-hold transition 12 years ago
Randy Mackay 150046f2b8 Copter: GPS Failsafe implemented 12 years ago
Randy Mackay a73f50494c TradHeli: remove duplicate RC_FAST_SPEED definition 12 years ago
Randy Mackay 33bd984a91 Copter: remove unused input_voltage parameter 12 years ago
Randy Mackay d6ff5ae261 Copter: add roll-pitch slew for auto modes 12 years ago
Randy Mackay e297ba7d18 Copter: update default loiter gains for inertial nav 12 years ago
Randy Mackay cbde042ec5 Copter: remove non-inav loiter and wp controllers 12 years ago
Randy Mackay 609676e26c Copter: add logging of compass values 12 years ago
Randy Mackay 67c69a19ee Copter: remove baro-only alt hold 12 years ago
Randy Mackay fcf102b2cf Copter: inertial nav waypoint controller 12 years ago
Randy Mackay 8e4c9518ea Copter: increase low voltage check to 10.5v 12 years ago
Andrew Tridgell 4c7a1a1806 Copter: change PX4 main baud rate back to 115200 12 years ago
Randy Mackay 06a71af12f Copter: THR_MID used to scale manual throttle 12 years ago
Randy Mackay ce370bab0c Copter: rename CUR and CURR to CURRENT for logging 12 years ago
Randy Mackay b74fe10aa9 Copter: set each flight mode's nav_mode 12 years ago
Andrew Tridgell f303554259 Copter: run serial0 at 57600 on PX4 12 years ago
Robert Lefebvre dde713aaa5 Arducopter: Backing out my changes for a new Loiter Repositioning mode. Leonard and Jonathan's work will trump this. 12 years ago
Andrew Tridgell 580abf1106 Copter: fixed PX4 mag orientation 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Randy Mackay fef7569dee Copter: added experimental LOITER_REPOSITIONING #define to config.h 12 years ago
Randy Mackay 9ad6f711f8 ArduCopter: replace FS_THR_RTL_MIN_DISTANCE with wp_radius 12 years ago
Randy Mackay 12f885c33c ArduCopter: disable ITERM logging by default 12 years ago
rmackay9 21b6c78d12 ArduCopter: added get_throttle_althold_with_slew to allow slower altitude target changes 12 years ago
Randy Mackay 87627d883b ArduCopter: use new logging method for remaining packet types 12 years ago
James Bielman 7827a4a54a ArduCopter: Add AP_HAL_SMACCM support. 12 years ago
James Bielman ab37f833db MS5611: Fix CONFIG_MS5611_SERIAL definitions. 12 years ago
Andrew Tridgell c48714be16 Copter: enabled PX4 sensors 12 years ago
James Bielman 264db3670e AP_Baro: Add CONFIG_MS5611_SERIAL option to choose between SPI and I2C. 12 years ago
Andrew Tridgell 94e3322e24 Copter: fixed build on px4 12 years ago
rmackay9 9b2956b377 ArduCopter: increase throttle rate P to 6.0 (was 1.0) and alt hold P to 2.0 (was 1.0) 12 years ago
rmackay9 d400e5040b ArduCopter: turn on INERTIAL_NAV_Z in the config.h file so that it takes effect when built for the mission planner 12 years ago
rmackay9 e850ab7ccd ArduCopter: add AUTO_VELZ_MIN, AUTO_VELZ_MAX and PILOT_VELZ_MAX to allow better control of climb/descent rate in auto and manual throttle modes 12 years ago
rmackay9 5526ca204c ArduCopter: on throttle failsafe, only initiate RTL if we are at least 15m from home 12 years ago
Robert Lefebvre 6e64b1b357 ACM: Precision Loiter RePositioning code. 12 years ago
rmackay9 e6519330f4 ArduCopter: remove unused rc_override variables to save 21 bytes 12 years ago
rmackay9 34e18ae12a ArduCopter: increase accel based throttle PIDs and add D term to rate based throttle 12 years ago
Robert Lefebvre 9605bd8ee1 ACM: Trying to set a default MPU6K filter rate of 10Hz for TradHeli. Doesn't Work. 12 years ago
rmackay9 d8e3d5c10c ArduCopter: allow RTL's yaw mode to be overridden with a #define in APM_Config.h 12 years ago
rmackay9 50d46898fb ArduCopter: allow GUIDED mode roll-pitch, yaw and throttle control modes to be overridden 12 years ago
Andrew Tridgell 9e986801c9 Copter: fixed SITL for ArduCopter 12 years ago
Pat Hickey 5e63491994 ArduCopter: fix issues with HAL/HIL mixup and baro/compass instances 12 years ago
Pat Hickey d93d932831 ArduCopter: defines fixes 12 years ago
Pat Hickey 2aa4657315 ArduCopter: changes to use CONFIG_HIL_BOARD 12 years ago
rmackay9 2f748f8382 ArduCopter: renamed BATT_FAILSAFE to FS_BATT_ENABLE 12 years ago
rmackay9 d31efebd44 ArduCopter: rename throttle failsafe parameters. 12 years ago
rmackay9 2f1b2b70e6 ArduCopter: added ACRO_TRAINER parameter to allow enabling/disabling the acro training function which will bring the roll back to within +- 45 degrees 12 years ago
rmackay9 dadad8677e ArduCopter: added descriptions for most parameters that did not have them 12 years ago
rmackay9 cfe2507c0b ArduCopter: reduce Rate Roll/Pitch P to 0.150 (was 0.175) and increase I to 0.1 (was 0.01) 12 years ago