18535 Commits (ad01d345d1a115e41e2021657aa7fffb8e4071e3)

Author SHA1 Message Date
Michael du Breuil ad01d345d1 AP_Arming: Fix badly formatter airspeed message 6 years ago
Peter Barker e420f62b62 AP_HAL_SITL: check to see if setting socket and fd options worked 6 years ago
Peter Barker 24653a33ed SITL: make socket manipulation functions bool rather than void 6 years ago
Randy Mackay b1c2229430 AP_BLHeli: add BLHeli to parameter descriptions 6 years ago
Randy Mackay 4bceabb333 AP_BLHeli: minor formatting fixes 6 years ago
Nghia Nguyen 60250e4c49 AP_Rangefinder: Add support for ST VL53L1X 6 years ago
Michael du Breuil 670eaf8782 AP_Mission: Accept and store landing aborts in the mission 6 years ago
Andrew Tridgell d90edcbb1d AC_AutoTune: fixed time subtraction bug 6 years ago
Andrew Tridgell 47265c6fb7 AC_AutoTune: converted autotune mode to a library 6 years ago
Peter Barker 294be787f8 GCS_MAVLink: correct SYSID_ENFORCE for our own mavlink-connected components 6 years ago
Peter Barker 759a8e5553 GCS_MAVLink: move accept_packet to base class 6 years ago
Randy Mackay 12d6799aaa AP_Proximity: fix morse sector calc 6 years ago
Randy Mackay f7f50d84c9 AP_Proximity: minor typo fix 6 years ago
Francisco Ferreira a50a9c65ad GCS_MAVLink: change order in removing message from bucket 6 years ago
Randy Mackay fbf072d84b AP_RangeFinder: add range to POS param description 6 years ago
Randy Mackay 760989d786 AP_OpticalFlow: add range to POS param description 6 years ago
Randy Mackay 6b3fa520b5 AP_InertialSensor: add range to POS param description 6 years ago
Randy Mackay c7287bb98f AP_GPS: add range to POS param description 6 years ago
Peter Barker 590eb86a45 DataFlash: use AP_Mission singleton 6 years ago
Randy Mackay 9b561c76e2 AP_BattMonitor: minor format fix to BLHeliESC 6 years ago
Peter Barker dfd0ecd2bd GCS_MAVLink: use mission singleton 6 years ago
Randy Mackay 90a8f8b7e0 AP_Follow: add get bearing and distance accessors 6 years ago
Randy Mackay a776c7114f AP_Follow: move enabled accessor to top of definition file 6 years ago
Randy Mackay 962d449352 AP_Follow: remove send-text to GCS 6 years ago
Peter Barker cf5dd7cdd7 GCS_MAVLink: emit pressure data for separate airspeed instances 6 years ago
Peter Barker cc5ad393e7 GCS_MAVLink: split MSG_SCALED_PRESSURE into three separate messages 6 years ago
Andrew Tridgell 3de860f73b AP_InertialSensor: fixed orientation of 2nd OmnibusF7V2 IMU 6 years ago
Andrew Tridgell 9285e9df20 Revert "AP_Landing: yaw correction on landing" 6 years ago
Arjun Vinod 9d8cad4eea AP_BattMonitor: fixed typos 6 years ago
Matt d4bd7e790a HAL_ChibiOS: Add hwdef for Solo's Cube Black & Green 6 years ago
Peter Barker eb2ef9fd2d GCS_MAVLink: use dataflash singleton rather than storing pointer 6 years ago
Andrew Tridgell 4c74d32ef3 HAL_SITL: fixed cygwin build of sitl 6 years ago
Peter Barker 1c6af7d777 GCS_Common: don't attempt to shove timesync message into a full channel 6 years ago
Peter Barker 6e7b9aa727 GCS_MAVLink: remove dead code 6 years ago
Peter Barker 160c29e01f GCS_MAVLink: change number of buckets to 10 6 years ago
Peter Barker 17c82999d0 GCS_MAVLink: use panic() call for what it is good for 6 years ago
Peter Barker a9c5affe8a GCS_MAVLink: be consistent about calling count() or first_set 6 years ago
Peter Barker 8d970c13c0 GCS_MAVLink: avoid considering no_message_to_send equal to -1 6 years ago
Peter Barker 57fee7e8ef GCS_MAVLink: remove redundant check in find_next_bucket_to_send 6 years ago
Peter Barker e91ee3e54a GCS_MAVLink: rename confusingly-named method 6 years ago
Peter Barker b696986de6 GCS_MAVLink: clarify extra code in do_try_send_message is debug code 6 years ago
Peter Barker f9399a708c GCS_MAVLink: use defined no_message_to_send constant for what it's good for 6 years ago
Peter Barker 0dfe5b64bf GCS_MAVLink: clarify comment on sending requests 6 years ago
Peter Barker 54d9e74f17 GCS_MAVLink add description for special messages 6 years ago
Peter Barker 5a0e0e7a87 GCS_MAVLink: rename DEBUG_SEND_MESSAGE_TIMINGS to GCS_DEBUG_SEND_MESSAGE_TIMINGS 6 years ago
Peter Barker b6ac20ce32 GCS_MAVLink: use correct type for streamrate values 6 years ago
Peter Barker c70fec305c GCS_MAVLink: avoid squashing close-together intervals into same bucket 6 years ago
Peter Barker e198b0c7e6 AP_Common: Bitmask: choose builtin based on type for find_first_set 6 years ago
Peter Barker a7ce326307 AP_Common: Bitmask: use sizeof() in place of constant 6 years ago
Peter Barker e4bc874083 GCS_MAVLink: cap the minimum message interval to 80% of the main loop rate 6 years ago