29860 Commits (49493fe6a28f7e4bfb04161ff48466567810cc75)
 

Author SHA1 Message Date
Peter Barker 75e8424e3f Tools: autotest: add a test for driving a simple RTL mission 7 years ago
Peter Barker 5d33cf08e1 Copter: eliminate calc_home_distance_and_bearing 7 years ago
Randy Mackay 744f4baf22 AR_AttitudeControl: add parameter description increment 7 years ago
Randy Mackay f00f4ce79b AR_AttitudeControl: fix get_desired_speed timeout 7 years ago
Randy Mackay 5d7e3d31c9 Rover: PM log message more consistent with Plane 7 years ago
Randy Mackay 4958298a75 Rover: fix auto mode distance_to_destination 7 years ago
Randy Mackay 9b81c133f6 AP_HAL_PX4: fix compiler warning in UARTDriver 7 years ago
Randy Mackay de196f818d Rover: log STER dataflash message regardless of mode 7 years ago
Randy Mackay 5f62cde550 Rover: remove throttle from NTUN logging 7 years ago
Randy Mackay 9710b16cac Rover: THR dataflash logging replaces CTUN 7 years ago
Randy Mackay efae648461 Rover: STR dataflash logging gets turn rate 7 years ago
Randy Mackay 8e80490098 Rover: reporting gets lat accel from attitude control 7 years ago
Randy Mackay b778546eda Rover: rename mode lateral acceleration and make private 7 years ago
Randy Mackay 36c5f057ae AR_AttitudeControl: add get_desired_turn_rate lat_accel and speed 7 years ago
Randy Mackay df81f666df Rover: fix LOG_BITMASK parameter description 7 years ago
Andrew Tridgell 30944f60e6 AP_SBusOut: fixed param doc name 7 years ago
Andrew Tridgell 051f30990c SRV_channel: fixed doc names of VOLZ and SBUS 7 years ago
Peter Barker c4734484e7 AC_Avoid: take an AP_AHRS in place of an AP_AHRS_NavEKF 7 years ago
Peter Barker 8a4ab685c7 AP_AHRS: implement get_hgt_ctrl_limit on base class 7 years ago
Peter Barker 89e12163cd AP_AHRS: correct comment 7 years ago
Peter Barker c3eff57f60 AP_InertialNav: remove unused get_hgt_ctrl_limit 7 years ago
Peter Barker a1c982be4a AC_Avoid: work in metres to avoid extra work 7 years ago
Peter Barker 0fe45ef6b6 AC_Avoid: eliminate get_position and get_alt_above_home 7 years ago
Peter Barker 54010451bf AC_Avoid: check result of AHRS calls 7 years ago
khancyr b44ba29a05 AC_Avoidance: replace AP_InertialNav by AHRS 7 years ago
Randy Mackay 34c2fba9a7 Rover: boats stay active at destination in guided, rtl, smartrtl 7 years ago
Randy Mackay 8eb991b610 Rover: boats say active at destination in auto 7 years ago
Randy Mackay aa38239629 Rover: add FRAME_CLASS to differentiate boats from rovers 7 years ago
Andrew Tridgell 4289190654 HAL_PX4: added LIS3MDL on FMUv4 7 years ago
Mark Whitehorn b0e2f06a7a AP_Compass: add LIS3MDL probe for Pixracer 7 years ago
Tom Pittenger 512b327cd4 Plane: failsafe events to use enums instead of magical numbers : Non-functional change 7 years ago
Peter Barker 103e2cc711 Copter: calculate wp bearing and distance on demand 7 years ago
Peter Barker 4ae2be55aa Copter: fix up autotune namespacing 7 years ago
Randy Mackay 57067fb8bc Rover: add WP_SPEED and RTL_SPEED 7 years ago
Randy Mackay 22ef276484 Rover: add const to mode::speed_error 7 years ago
Randy Mackay 8f08f5189a Rover: constify some temporary variables 7 years ago
Peter Barker 7b637334f4 Copter: eliminate mode_has_manual_throttle 7 years ago
Peter Barker 4fd61ed6dc Copter: make exit_mode take FlightMode objects as arguments 7 years ago
Peter Barker adf4140b9b Copter: fix heli-flags compilation issue 7 years ago
Peter Barker 477ae8f7be Copter: pass heli_flags into flightmode constructor 7 years ago
Peter Barker 83d0a71e10 Copter: FlightMode - simplify flight mode initialization 7 years ago
Peter Barker 0ca5605b8d Copter: FlightMode: remove virtual from many methods 7 years ago
Peter Barker ef1489e87a Copter: eliminate mode_requires_gps 7 years ago
Peter Barker a4859e13c1 Copter: eliminate mode_allows_arming 7 years ago
Peter Barker 9c60c1de58 Copter: FlightMode - convert SMARTRTL flight mode 7 years ago
Peter Barker b0e34bd307 Copter: FlightMode - convert GUIDED_NOGPS flight mode 7 years ago
Peter Barker cf423ce681 Copter: FlightMode - convert THROW flight mode 7 years ago
Peter Barker 1de99c737e Copter: remove unimplemented heli desired_yaw_rate 7 years ago
Peter Barker 37c706c24e Copter: FlightMode - convert AVOID_ADSB flight mode 7 years ago
Peter Barker 51cd143012 Copter: FlightMode - convert BRAKE flight mode 7 years ago