20377 Commits (a037920de4778192a3ff3999649aedcc6ff2c40b)

Author SHA1 Message Date
Peter Barker 5f877294c9 AP_Logger: re-add lost validate_structure loop 6 years ago
Peter Barker cd0265644d AP_Logger: disable float-mult-zero sanity check for the time being 6 years ago
Peter Barker ae85994c59 GCS_MAVLink: include internal error count as errors4 in SYS_STATUS 6 years ago
Peter Barker 256b6703f1 AP_InternalError: keep count of number of errors having occured 6 years ago
Andrew Tridgell 99316a191c AP_AHRS: added check_lane_switch() 6 years ago
Andrew Tridgell 60831c2878 AP_NavEKF3: added checkLaneSwitch() 6 years ago
Andrew Tridgell 3073c4da7a AP_NavEKF2: added checkLaneSwitch() 6 years ago
Peter Barker f385a4a329 GCS_Common: fix compiler warnings on missing parentheses 6 years ago
Randy Mackay 6ed09d83f3 GCS_MAVLink: send_home_position uses const Location reference 6 years ago
Randy Mackay 0a86bbdc9a AC_Avoidance: add license to cpp file 6 years ago
Randy Mackay 70e9881880 AR_WPNav: integrate OAPathPlanner 6 years ago
Randy Mackay af80070ed9 AP_OAPathPlanner: path planning around obstacles 6 years ago
Randy Mackay c7b1ad3443 AP_Logger: add Write_OA 6 years ago
Randy Mackay beb9ecbdcb AC_Fence: add get_boundary_update_ms 6 years ago
Randy Mackay 0f6e61bc33 AC_Fence: add is_polygon_valid accessor 6 years ago
Randy Mackay 9c3812e384 AP_Proximity: move copy_locations to backend 6 years ago
Tom Pittenger b792fe4b26 AP_Proximity: add Location* object and accessors 6 years ago
Randy Mackay c2bcc0d5f0 AP_Math: define Vector2f::perpendicular 6 years ago
Randy Mackay 071e340827 AP_Math: Polygon_closest_distance_line returns neg numbers 6 years ago
Andrew Tridgell 6eb816fd3b AP_Math: add Polygon_closest_distance_line 6 years ago
Andrew Tridgell a5fd7ac5ca AP_Math: add vector2f::closest_distance_between_line_and_point_squared 6 years ago
Andrew Tridgell 2457bf71d4 AP_Math: add simplified vector2f::closest_point 6 years ago
Andrew Tridgell c8e49259a0 AP_Math: add vector2f::closest_distance_between_radian_and_point_squared 6 years ago
Andrew Tridgell dbf337e1b3 AP_Math: move closest_point to cpp 6 years ago
Andrew Tridgell bfc28dfde9 AP_Math: move normalize, reflect, project and perpendicular to cpp 6 years ago
Andrew Tridgell 01e541b7d1 AP_Math: minor formatting changes to length method 6 years ago
Andrew Tridgell 4c4de1f021 AP_Math: vector2f::length_squared always returns float 6 years ago
Andrew Tridgell 46617e6c72 AP_Math: remove unused include from Vector2 6 years ago
Andrew Tridgell 69781cda42 AP_Math: add Vector2::angle 6 years ago
Rajat Singhal bc22aeb4da GCS_Mavlink: Correct format specifier in UART panic message 6 years ago
Peter Barker 68d7e0c22f AP_RangeFinder: correct macro being used for parameter definition 6 years ago
Peter Barker 8cd5e3103f AP_RangeFinder: remove use of removed AP_PARAM_FLAG_IGNORE_ENABLE 6 years ago
Michael du Breuil 40753ab14e AP_Param: Remove non functional AP_Param ignore flags 6 years ago
Michael du Breuil cc7d13e9ef AP_BattMonitor: Remove param ignore flags 6 years ago
heitiane 931367a7ea AP_HAL: fix RCOutput, RCOutput2 and RCInputToRCOutput examples to prevent the failure of reading and writing channels. 6 years ago
Peter Barker a025794bae GCS_MAVLink: correct is_streaming check and update of is-streaming mask 6 years ago
Andrew Tridgell 51e187342b HAL_ChibiOS: move the power control changes to be only CubeBlack 6 years ago
Andrew Tridgell df4fc0fff0 AP_NavEKF2: default EK2_MAG_EF_LIM to 50 6 years ago
Siddharth Purohit a926effee5 hwdef: iomcu set pin mode to input for autodetecting heater control level 6 years ago
Siddharth Purohit f23746053d AP_IOMCU_FW: autodetect active high/low on heater control pin 6 years ago
Peter Hall aa32a0d143 AP_Windvane: fix NMEA vehicle to earth frame 6 years ago
Randy Mackay 607f996232 AC_Avoid: restructure logic of adjust_velocity_circle_fence 6 years ago
Randy Mackay a96c146758 AR_AttitudeControl: set-throttle-out-stop considered same as running speed controller 6 years ago
Randy Mackay e846840a52 AC_Avoid: fix stopping at circular fence 6 years ago
Peter Barker e061df0f6d AP_HAL_SITL: attempt to dump stack trace as part of segv handler 6 years ago
Andrew Tridgell 02403d9b93 HAL_SITL: added support for exit on panic() 6 years ago
Peter Barker 35d4555be0 AC_Avoid: improve documentation of AVOID_ENABLE options 6 years ago
Lucas De Marchi e66de36016 HAL_ChibiOS: fix I2C transaction without stop condition 6 years ago
Andy Piper 31ea3466af AP_InertialSensor: Post-filter logging takes precedence over sensor-rate logging. 6 years ago
Andy Piper 52e4676564 Filter: Allow all filter frequencies to be 16bit. 6 years ago