362 Commits (b666b172c48cdf63619eefb6620cba03e103aab9)

Author SHA1 Message Date
Tom Pittenger 85afd9e245 Plane: remove guided roll flag, handle it with timer=0 9 years ago
Michael Day 8ac433f991 Plane: Can now command roll from a companion computer. 9 years ago
Tom Pittenger 9b973fb899 Plane: add ADSB_streamrate 9 years ago
Tom Pittenger 204abfd45e Plane: set heartbeat.system_status to Critical for low-battery failsafe events 9 years ago
Tom Pittenger 3140ce6ab6 Plane: change MAVLINK_MSG_ID_SET_POSITION_TARGET_GLOBAL_INT gcs msg to remove abbreviations. Hope it fits! 9 years ago
Tom Pittenger bd270720da Plane: whitespace formatting 9 years ago
Michael Day 429e348824 Plane: Can now change current WP alt via mavlink. 9 years ago
Tom Pittenger 01e636065d Plane: non-functional: mostly whitespace and removed extra set result statement 9 years ago
Michael Day 2c0f0a04d8 Plane: Only allow speed changes in GUIDED and AUTO modes. 9 years ago
Andrew Tridgell eae2bf54ca Plane: fixed gcc 6.1 build error 9 years ago
Peter Barker ee5290c178 Plane: avoid switch statement for enabling fence if no fence present 9 years ago
Tom Pittenger 954c987075 Plane: do not parse GEOFENCE packets when geofence is disabled via compile option 9 years ago
Tom Pittenger ea9e39212f Plane: use new check_latlng helper 9 years ago
Peter Barker 28361afc2a Plane: move telemetry_delayed up into base class 9 years ago
Peter Barker 9ee62aac30 Plane: move adjust_rate_for_stream up 9 years ago
Peter Barker af5a52e2aa Plane: subclass GCS_MAVLink in place of defining its functions for it 9 years ago
Andrew Tridgell 6e4c0dd3d7 Plane: allow non-blocking calibrations while armed 9 years ago
Andrew Tridgell d3494d1369 Plane: don't stall EKF during baro cal 9 years ago
Andrew Tridgell 5b4bbf08fd Plane: use send_heartbeat wrapper 9 years ago
Andrew Tridgell 9f47e6417b Plane: always build with MAVLink2 headers 9 years ago
Andrew Tridgell eee06da1b5 Plane: use HAVE_PAYLOAD_SPACE() 9 years ago
Andrew Tridgell a103e70460 ArduPlane: handle SETUP_SIGNING message 9 years ago
Don Gagne 151686ce9d ArduPlane: SET_SENSORS_OFFSETS support for third compass 9 years ago
Andrew Tridgell e3b2e90a27 Plane: cleanup unnecessarily complex gcs[] usage 9 years ago
Tom Pittenger 8a58f5a5eb Plane: convert airspeed_error_cmd to airspeed_error (in meters) 9 years ago
skyscraper 7f29903287 ArduPlane: Fix up after refactoring RC_Channel class 9 years ago
Leandro Pereira f23bd7e09d GCS_MAVLink: Use a single stream_trigger() implementation 9 years ago
Andrew Tridgell 3853aa0fe3 Plane: fix for changed API 9 years ago
Michael Day b096e1404d Plane: Add MAVLink message handler for CMD_DO_CHANGE_SPEED 9 years ago
Lucas De Marchi baa287e5e5 ArduPlane: use separate header for version macro 9 years ago
Allan Matthew 25c8027606 Plane: handle new MAVLink rangefinder input 9 years ago
Michael du Breuil 0fcfcdc169 Plane: Broadcast POSITION_TARGET_GLOBAL_INT as part of the EXTENDED_STATUS stream 9 years ago
Michael Oborne cd56061b24 ArduPlane: support MAVLINK_MSG_ID_MISSION_ITEM_INT 9 years ago
Andrew Tridgell 4666b25258 Plane: initial implementation of QRTL for quadplane RTL 9 years ago
Niti Rohilla a03941ba02 ArduPlane : Updated handle_guided_request() to report error. 9 years ago
Andrew Tridgell 76400a9959 Plane: support DO_VTOL_TRANSITION as a mission item 9 years ago
James Stoyell 4e7e84fc99 Plane: Modified last_valid_rc_ms AFS failsafe input to work when standard failsafe is on 9 years ago
Randy Mackay 4291139b6c Plane: ack DO_MOUNT_CONTROL messages 9 years ago
Andrew Tridgell 8683616d8c Plane: redo scheduler table and improve perf logging 9 years ago
Lucas De Marchi 0095f6168e ArduPlane: fix handling of SET_HOME_POSITION 9 years ago
Michael du Breuil c17ea21a97 Plane: Add support for DO_REPOSITION via COMMAND_INT 9 years ago
Randy Mackay 70f81ee338 Plane: remove multicopter PID parameters 9 years ago
Andrew Tridgell f73c8ab8ed Plane: allow testing of all motors in sequence 9 years ago
Michael du Breuil 35bb6a634e Plane: Make base_mode armed status depend upon the arming library, not soft armed 9 years ago
Andrew Tridgell 89970e4eaa Plane: support motor_test for quadplanes 9 years ago
Michael du Breuil f60b3fd6c7 Plane: remove "Command recieved" statustext 9 years ago
Andrew Tridgell f4ccf94dfc Plane: added QLAND mode 9 years ago
Andrew Tridgell 968f07f583 Plane: allow live quadplane PID tuning 9 years ago
Tom Pittenger 6399d00950 Plane: convert to using static send_statustext 9 years ago
Tom Pittenger d04b5e735f Plane: add SYS_STATUS reverse_motor 9 years ago