1162 Commits (10d990a43b622074e17e3ed75a8bcb156ee3d684)

Author SHA1 Message Date
Peter Barker 26b88823f4 GCS_MAVLink: correct out-of-space-to-send call in HAVE_PAYLOAD_SPACE 5 years ago
Peter Barker 8b0b644c11 GCS_MAVLink: correct check for payload space for COMMAND_ACK 5 years ago
Peter Barker 668e0d0e65 GCS_MAVLink: check for empty replies queue first thing in send_ftp_replies 5 years ago
Randy Mackay 6f8176c71e GCS_MAVLink: remove ahrs3 5 years ago
Peter Barker 8b9281eaa1 GCS_MAVLink: log number of times message not sent due to no space 5 years ago
Peter Barker 41ada7f8f4 GCS_MAVLink: document the payload-space macros 5 years ago
Randy Mackay c39fef6c56 GCS_MAVLink: pass vision-position-estimate reset_counter to AP_VisualOdom handler 5 years ago
Randy Mackay 9769f08fd9 GCS_MAVLink: visual odometry build fixes 5 years ago
Randy Mackay a9c1eb5af4 GCS_MAVLink: fill in sys_status vision position bits 5 years ago
Randy Mackay a1ddd55ea5 GCS_MAVlink: AP_integrate of rename to handle_vision_position_delta_msg 5 years ago
Randy Mackay 728e8b45a9 GCS_MAVLink: use AP_VisualOdom to handle vision-position-estimate messages 5 years ago
Siddharth Purohit b0cbbb4bea GCS_Common: fix unannotated fall-through between switch labels 5 years ago
Andrew Tridgell 21e93dae34 GCS_MAVLink: send only old value for readonly param set 5 years ago
Peter Barker 55d37e5d0e GCS_MAVLink: correct slowing down of waypoint re-requests 5 years ago
Peter Barker ca7fcc093c GCS_MAVLink: correct return type on get_stream_slowdown_ms 5 years ago
Peter Barker 0b756547be GCS_MAVLink: add stream_slowdown to MAV message 5 years ago
Peter Barker 7028f1adba GCS_MAVLink: GCS_FTP: remove redundant more_pending variable 5 years ago
Peter Barker a09ac895e9 GCS_MAVLink: remove dead assignment 5 years ago
Michael du Breuil 18baf18041 GCS_MAVLink: Remove redundant assignment to the command 5 years ago
Randy Mackay ecf5abc1f2 GCS_MAVLink: minor format fix 5 years ago
Andrew Tridgell e7fdf8fad1 GCS_MAVLink: reduced delay between ftp packets 5 years ago
Andrew Tridgell 5c9ae33151 GCS_MAVLink: support variable sized packets in burst read 5 years ago
Andrew Tridgell 8a84dbc19e GCS_MAVLink: slow down telemetry during ftp 5 years ago
Andrew Tridgell c1d4a5bd35 GCS_MAVLINK: prevent closedir() with nullptr 5 years ago
Andrew Tridgell 28082774b6 GCS_MAVLink: use new DirHandle for directory listings 5 years ago
Peter Barker 97b07d9c84 GCS_MAVLink: add option to get the autopilot to hard-fault itself 5 years ago
Andrew Tridgell 39fc324854 GCS_MAVLink: convert to new get_rpm() API 5 years ago
Andrew Tridgell aaf828c9d4 GCS_MAVLink: consider NO_CHANGE as success for bootloader flash 5 years ago
Peter Barker ebfa910774 GCS_MAVLink: GCS_Dummy: add missing CR to console output of statustexts 5 years ago
Rishabh f3e66055e5 GCS_MAVLink: Alert GCS if user tries calibration while vehicle is armed 5 years ago
Peter Barker fbe2e75b9f GCS_MAVLink: divide time allowed to send messages fairly 5 years ago
Peter Barker 727c12c388 GCS_MAVLink: move initialisation of serial and gcs to AP_Vehicle 5 years ago
Peter Barker e2c9f6a8a1 GCS_MAVLink: add flags to MAV dataflash log 5 years ago
Peter Barker f8f4ed7ee0 GCS_MAVLink: log disarm method 5 years ago
Andrew Tridgell 20ea1a3dc7 GCS_MAVLink: don't send statustext from other than main thread 5 years ago
Michael du Breuil 1f8c030eba GCS_MAVLink: Allow scripting to start/stop the REPL 5 years ago
Michael du Breuil 296c014d14 GCS_MAVLink: Fix excess trimming of autopilot version 5 years ago
Andrew Tridgell 32ecd904bd GCS_MAVLink: use MAV_SYS_STATUS_PREARM_CHECK 5 years ago
Matt Lawrence c84dcd9bf8 GCS_Mavlink: Add routing for GoPro heartbeat 5 years ago
Peter Barker 87a31c6409 GCS_MAVLink: don't recalculate max parameter count if not streaming params 5 years ago
Peter Hall b1742b4e19 GCS_Mavlink: constrain battery current to avoid wrap 5 years ago
Andrew Tridgell f7eba43cb8 GCS_MAVLink: raise ftp stack size to 3072 from 1024 5 years ago
Peter Hall ba811052f8 GCS_Mavlink: report on fence limiting 5 years ago
Randy Mackay 7a5f57f940 GCS_MAVLink: send rc output mode banner to GCS 5 years ago
Peter Barker 1650979a2b GCS_MAVLink: add support for MAV_CMD_DEBUG_TRAP 5 years ago
Andrew Tridgell 0e7ddebd15 GCS_MAVLink: fix for updated mavlink extensions 5 years ago
Peter Barker e248bdfb16 GCS_MAVLink: split statustexts into 50-byte chunks using mav2 extensions 5 years ago
Peter Barker 8fc64ccbe9 GCS_MAVLink: allow NavEKFs to be compiled out 5 years ago
Peter Barker a9f62f196e GCS_MAVLink: consolidate places we snprintf statustexts 5 years ago
Andrew Tridgell 8ae5dffd31 GCS_MAVLink: fixed valgrind error in mission upload 5 years ago