38324 Commits (a9783de61c5868e8cadf1d32c67ea3127a0d5f4a)
 

Author SHA1 Message Date
Peter Barker 553037c117 Tools: autotest: disable fence when RTLing to home 6 years ago
Peter Barker 326e208123 Tools: autotest: allow switch to debounce in aux-switch test 6 years ago
Randy Mackay bba81b2794 AC_Avoidance: Dijkstra's exits early if polygon fence disabled 6 years ago
Peter Barker 23f5fabbcf Tools: autotest: add tests for aux-switch options for mission reset and clear 6 years ago
Peter Barker da5d5c9203 AP_Math: add tests for Vector2 6 years ago
Jaaaky fb311208ab AP_AHRS: Fix DCM gndVelADS on groundspeed_vector() with airspeed_use 6 years ago
Peter Barker 5ab000376b Tools: Replay: correct format strings 6 years ago
Randy Mackay fb284ff26a AP_ServoRelayEvents: minor formatting fix 6 years ago
Tatsuya Yamaguchi 012fcae388 AP_ServoRelayEvents: allow DO_SET_SERVO commands while rc pass-thru 6 years ago
Tatsuya Yamaguchi f9547fa28e SRV_Channel: allow DO_SET_SERVO commands while rc pass-thru 6 years ago
Rishabh ce48b82500 AC_WPNav: remove brake 6 years ago
Rishabh 00f6dc9b05 Copter: brake moved in from AC_WPNav 6 years ago
Peter Barker c59dde78c6 AP_HAL_SITL: dump stack trace as part of panic() 6 years ago
Peter Barker dd68b14f46 AP_HAL_SITL: move dump_strack_trace into HAL 6 years ago
Peter Barker c3a99c8eb0 AP_HAL: move dump_strack_trace into HAL 6 years ago
Randy Mackay cceab9c88f AC_Avoidance: fix BendyRuler when outside polygon fence 6 years ago
Peter Barker de5ace24fd Sub: remove duplicate EV log message definition 6 years ago
Peter Barker cc7044b360 AP_Scheduler: include internal error count in PM log message 6 years ago
Peter Barker 733b7b7f1a AP_Logger: include internal error count in log structure 6 years ago
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 7c44ad04b6 Copter: check for EKF lane switch to avoid EKF failsafe 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
Francisco Ferreira 82369a0602 azure: fix builds 6 years ago
Peter Barker 82dd2438b9 waf: add -Werror=parentheses 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 c233c3aff3 Rover: integrate OAPathPlanner 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