2378 Commits (07abfc59ac6f37bca86352949bbed6bb22f80114)

Author SHA1 Message Date
Randy Mackay 2fc25da4c3 Copter: Leonard's fix for get_loiter_accel_to_lean_angle 12 years ago
Andrew Tridgell c53ede506d Copter: make if statement clearer 12 years ago
Bill Bonney 36041bb9ff Copter: Enable CURRENT logging by default to dataflash 12 years ago
Andrew Tridgell 8b31f276a2 Copter: switch to block based logs for SITL 12 years ago
Randy Mackay 745df9b13c Copter: add SONAR_GAIN to tune reaction to sonar 12 years ago
Randy Mackay 50515e28e1 Copter: replace fabs with fabsf 12 years ago
Randy Mackay a53e5f747b Copter: add fourth yaw behaviour, look-at-home 12 years ago
Andrew Tridgell 02c3083f60 Copter: print flight mode as string 12 years ago
Andrew Tridgell ce3ee97e73 Copter: removed duplicate print_latlon() declarations 12 years ago
Andrew Tridgell 93d075404c Copter: added board voltage to current message 12 years ago
Andrew Tridgell a0708460a4 Copter: convert to new logging system 12 years ago
Andrew Tridgell 67484a2ea1 Copter: make copter code compatible with the new logging system 12 years ago
Randy Mackay 37abfdc65a Copter: make CIRCLE_RATE a tunable parameter 12 years ago
Randy Mackay d65d7d95e2 Copter: bug fix for take-off so it never descends 12 years ago
Randy Mackay 0fc9c8739e Copter: add WP_YAW_BEHAVE parameter 12 years ago
Randy Mackay 18c1373847 Copter: remove unused AUTO_VELZ defaults 12 years ago
Randy Mackay f5955d8915 Copter: auto climb and descent params removed 12 years ago
Randy Mackay 9b351feade Copter: shorted INAV dataflash log message length 12 years ago
Randy Mackay f7524e5741 Copter: remove unnecessary cast to float in Log 12 years ago
Randy Mackay 7c8527e6a6 Copter: resolve compiler warning 12 years ago
Randy Mackay 2b4a7d60a9 Copter: remove unused throttle modes 12 years ago
Randy Mackay 56809a9df2 Copter: remove unused nav_ok and alt_sensor_flag 12 years ago
Randy Mackay 0b808abbed Copter: remove unused waypoint_valid function 12 years ago
Randy Mackay d2bd818b2d Copter: bug fix for auto_armed logic 12 years ago
Andrew Tridgell 501eb4f0b4 Copter: made more variables static 12 years ago
Andrew Tridgell 61c2befd4d Copter: fixed logging for new API 12 years ago
Randy Mackay 82989d85f2 Copter: remove unused #defines 12 years ago
Randy Mackay 0663da7c9e Copter: loiter rate IMAX to 4m/s/s and D to zero 12 years ago
Randy Mackay b8974dec99 Copter: compass learn off by default 12 years ago
Randy Mackay a7b32caf72 Copter: bug fix for loiter_time check 12 years ago
Randy Mackay a185fa950c Copter: Jason's fix to auto disarming 12 years ago
Randy Mackay 8fe3e689f4 Copter: add WPNAV log message 12 years ago
Randy Mackay b48864e1ad Copter: allow CH6 tuning of compass declination 12 years ago
Andrew Tridgell cf6ae4a746 Copter: remove ahrs.set_barometer() 12 years ago
Randy Mackay 8c7a1597dc Copter: remove debug comment from RTL 12 years ago
Randy Mackay 629d23b7e2 Copter: remove WP_SPEED and WP_RADIUS parameters 12 years ago
Randy Mackay b58c26bcd5 Copter: remove pid_nav_lat, pid_nav_lon 12 years ago
Randy Mackay bffe4fa412 Copter: remove NAV_LAT and NAV_LON 12 years ago
Randy Mackay 700fb1b179 Copter: replace sin_yaw_y, cos_yaw_x in circle mode 12 years ago
Randy Mackay 366616e32c Copter: reduce default loiter PIDs 12 years ago
Randy Mackay 1ee825ee9a Copter: move alt and wp checking to AC_WPNAV 12 years ago
Randy Mackay 2db8365c90 Copter: add AC_WPNav to parameters list 12 years ago
Randy Mackay bc87118062 AC_WPNav: add get_target_alt method 12 years ago
Randy Mackay 6dbcbdcb43 AC_WPNav: limit max loiter position error 12 years ago
Randy Mackay 7c559333f5 Copter: get_throttle_rate's target_speed a float 12 years ago
Randy Mackay 926c404994 AC_WPNav: Leonard's loiter target smoothing 12 years ago
Randy Mackay ee7f40cfe9 Copter: Leonard's alt-hold feed forward 12 years ago
Randy Mackay f82ce449d7 AC_WPNav: add angle limits and set from AC's throttle controller 12 years ago
Randy Mackay 553f40a99c Copter: bug fix to loiter delay 12 years ago
Randy Mackay a65960a009 Copter: use velocity based set_loiter_target 12 years ago