2378 Commits (07abfc59ac6f37bca86352949bbed6bb22f80114)

Author SHA1 Message Date
Randy Mackay 70371be4a1 Copter: use AP_Math's longitude_scale 12 years ago
Randy Mackay 6f5050a8b9 Copter: minor casting fixup for wp_distance 12 years ago
Randy Mackay ce370bab0c Copter: rename CUR and CURR to CURRENT for logging 12 years ago
Randy Mackay fb1358a629 Copter: make all message output csv 12 years ago
Randy Mackay d2767b911c AP_Math: switch get_distance_cm to return uint32_t 12 years ago
Randy Mackay 0056bfadd7 Copter: rename ROLL_PITCH_LOITER 12 years ago
Randy Mackay b74fe10aa9 Copter: set each flight mode's nav_mode 12 years ago
Randy Mackay aaecc25ac7 Copter: leonard's inav2 12 years ago
Randy Mackay fd02cfe706 Copter: added set_nav_mode to control initialisation of nav controllers 12 years ago
Randy Mackay 8af605cafc Copter: set update rate to 50hz during esc calibration 12 years ago
Randy Mackay deafbf1f56 Copter: inav loiter comment changes 12 years ago
Randy Mackay 68fc9ac1d8 Copter: add "f" to end of float constants 12 years ago
Randy Mackay 911e090e07 Copter: typo fixed for trad heli config 12 years ago
Randy Mackay 9a09f086d2 Copter: Leonard Hall's inertial nav ver 2 12 years ago
Andrew Tridgell 47cc247046 Copter: limit number of bytes read per GCS check 12 years ago
rmackay9 ab1978ad50 Copter: Leonard Hall's inertial nav based loiter 12 years ago
Jonathan Challinger 6565d83e73 InertialNav: Fixed signs, remove body-frame rotation, apply correction at 100hz. 12 years ago
Andrew Tridgell f303554259 Copter: run serial0 at 57600 on PX4 12 years ago
Andrew Tridgell ae5f46abc9 Copter: fixed mavlink fetch of 16 character parameter 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 a341d59ed0 Copter: fixed test code warnings 12 years ago
Michael Oborne 74e3d64e62 AC Fix BATT_CURR_PIN number 12 years ago
Andrew Tridgell 580abf1106 Copter: fixed PX4 mag orientation 12 years ago
Randy Mackay 577bf865b3 Copter: update firmware version to 2.9-dev 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Randy Mackay ccaa7a52ef Copter: RTL bug fix to initial step is always a climb and not a descent 12 years ago
Randy Mackay 2dab40abeb Copter: bug fix to altitude check of verify takeoff 12 years ago
Randy Mackay 148c227d73 Copter: update firmware version to rc5 12 years ago
Randy Mackay 04677bfb95 Copter: constrain auto roll and pitch to 45 degrees 12 years ago
Andrew Tridgell 56f22f9226 Copter: use common log reading function 12 years ago
jschall d6b3d370c3 Correct spelling of run_navigation_contollers 12 years ago
Randy Mackay 5418827f22 Copter: update parameter descriptions for FRAME and CH7_OPT 12 years ago
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