1895 Commits (98f5e27dc3f3d6c1c14fc90f7949ed006d33e44f)

Author SHA1 Message Date
Randy Mackay 98f5e27dc3 Copter: small correction to RTL_ALT_FINAL param description 12 years ago
Randy Mackay 8bbc93bb04 Copter: added CH7 switch to enabling/disable the sonar in flight 12 years ago
Randy Mackay df2137ed72 Copter: constrain loiter so that it never commands more than 45 degrees of lean in lat or lon directions 12 years ago
Randy Mackay fef7569dee Copter: added experimental LOITER_REPOSITIONING #define to config.h 12 years ago
Randy Mackay 76f032160c Copter: relax altitude check in verify_takeoff 12 years ago
Randy Mackay 8ac95d6034 ArduCopter: updated release notes for 2.9-rc4 12 years ago
Randy Mackay c1fa850d10 ArduCopter: update firmware version to 2.9-rc4 12 years ago
Randy Mackay c447b4b79b ArduCopter: move setting of land's yaw mode to the do_land function 12 years ago
Randy Mackay 08dc730d40 ArduCopter: bug fix to LAND flight mode not actually landing if initiated from failsafe 12 years ago
Randy Mackay 175f69a64f ArduCopter: smooth throttle when switching from manual throttle to alt hold 12 years ago
Randy Mackay 9ad6f711f8 ArduCopter: replace FS_THR_RTL_MIN_DISTANCE with wp_radius 12 years ago
Randy Mackay 19abdc3cd3 ArduCopter: update release notes for rc3 12 years ago
Randy Mackay 12f885c33c ArduCopter: disable ITERM logging by default 12 years ago
Randy Mackay fbed8b8861 ArduCopter: alphabetized the contributors list 12 years ago
Randy Mackay 5965914039 ArduCopter: increase firmware version to 2.9-rc3 12 years ago
Andrew Tridgell b0c710b67f Copter: move read_AHRS() before run_rate_controllers() 12 years ago
rmackay9 f25f1cb3bf ArduCopter: changed alt hold to use the sonar if enabled and healthy 12 years ago
rmackay9 21b6c78d12 ArduCopter: added get_throttle_althold_with_slew to allow slower altitude target changes 12 years ago
Pat Hickey 164246c7d8 ArduCopter: better instructons for setup_motors cli test 12 years ago
Andrew Tridgell 72c8a14e76 Copter: fix trad heli log build 12 years ago
Andrew Tridgell 78fd5bb23f Copter: get rid of remaining Log.pde warnings 12 years ago
Andrew Tridgell 36e38eeef7 Copter: ensure ahrs.init() is called 12 years ago
Andrew Tridgell 3039c37f95 Copter: use macros from common header 12 years ago
Pat Hickey d7eeeab79e ArduCopter: fix new style Log.pde build for PX4. 12 years ago
Randy Mackay 87627d883b ArduCopter: use new logging method for remaining packet types 12 years ago
Randy Mackay 177da0ca74 ArduCopter: fixed minor bug in logging of parameter changes to dataflash 12 years ago
Randy Mackay b4bbae56c6 ArduCopter: reduce redundant event logging 12 years ago
Andrew Tridgell af478d52bc Copter: use the new logging methods for 2 packet types 12 years ago
Andrew Tridgell 0fe7901422 Copter: only print perf data when SCHED_DEBUG is non-zero 12 years ago
Andrew Tridgell dcb181d2d8 Copter: use new AP_Scheduler library 12 years ago
Andrew Tridgell 585459ece9 Copter: tweak the serial buffer sizes 12 years ago
Andrew Tridgell 2e57720444 Copter: move memcheck_init() earlier in setup 12 years ago
Andrew Tridgell 21e979910f Copter: improved 'FRAME' docs 12 years ago
Pat Hickey 0ff6ed12b1 ArduCopter Makefile: Don't include targets.mk directly (included by apm.mk) 12 years ago
James Bielman 7374e5d84e ArduCopter: Use 16-bit arithmetic when comparing event tick counters. 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 e575c5eba0 Copter: read baro at 50Hz 12 years ago
Andrew Tridgell 269804e866 Copter: use barometer.accumulate() 12 years ago
Andrew Tridgell 91ad870f11 Copter: check bitmask in more logging functions 12 years ago
Andrew Tridgell a237b6cc7b Copter: update for new AP_Param API 12 years ago
Andrew Tridgell 860f4b2605 Copter: merge the latest 2.9 changes into master 12 years ago
Andrew Tridgell d11dde578f Copter: a useful bit of timing debug code 12 years ago
Andrew Tridgell 647b3b09b6 Copter: ensure we process deferred mavlink messages 12 years ago
Andrew Tridgell d952ccf968 Copter: added main_loop_ready() function 12 years ago
Andrew Tridgell b079a96eaf Copter: removed GPS_STATUS message 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
rmackay9 ed79e8c954 ArduCopter: correct TRIM_THROTTLE parameter comments 12 years ago
rmackay9 861a66e26e ArduCopter: remove @brief from GCS_MAVLINK class's comments because they mess up the mission planner's parsing of parameter descriptions 12 years ago