51 Commits (a30745903a255558a23f0e529f50c93e0285a23f)

Author SHA1 Message Date
murata e15c234a4f AP_ADSB: Set in the sprintf method. 8 years ago
murata 0028bd7b3c AP_ADSB: Set in the sprintf method. 8 years ago
Peter Barker b9dcf1108d AP_ADSB: do not transmit by default 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Tom Pittenger 1612110d16 AP_ADSB: fixed signed int compare compile warning/error and reject >24bit ICAO 9 years ago
Tom Pittenger 78e7acf25c AP_ADSB: do not detect, and thus avoid, yourself 9 years ago
Tom Pittenger b6810006eb AP_ADSB: move mavlink msg handling into library 9 years ago
Tom Pittenger 282817eeb9 AP_ADSB: revert default enable = 0 9 years ago
Tom Pittenger b5ec37b9d8 AP_ADSB: change adsb.enable param to be a flag 9 years ago
Tom Pittenger 2be32e9daa AP_ADSB: remove all threat logic in adsb lib in favor of avoidance lib 9 years ago
Tom Pittenger b2b63b4d80 AP_ADSB: change param ADSB_ENABLE default from 0 to 1 9 years ago
Tom Pittenger 89271c29ab AP_ADSB: move variable into struct like the rest 9 years ago
Tom Pittenger f7c2df8e91 AP_ADSB: sanity check data via valid_flags before forwarding to avoidance lib 9 years ago
Tom Pittenger 5c0b5f5cd1 AP_ADSB: reject packets that are invalid or already stale 9 years ago
Tom Pittenger b12edf6a71 AP_ADSB: fix bug where the update timeout wasn't being stored correctly 9 years ago
Tom Pittenger e0bb77726e AP_ADSB: do not service transceiver if it is not detected 9 years ago
Tom Pittenger 59135fc615 AP_ADSB: fixed comment for default chan -1 means transceiver is not detected 9 years ago
Tom Pittenger 2c6340bb10 AP_ADSB: compiler warning: init value before use even though it already is 9 years ago
Tom Pittenger dce734d196 AP_ADSB: treat invalid vehicle same as out-of-range: ignore and/or delete it 9 years ago
Tom Pittenger 726d1d515e AP_ADSB: use correct units (sec) in time since last update for vehicle update 9 years ago
Peter Barker 1cdb97e605 AP_ADSB: support for provision of samples to other libraries 9 years ago
Peter Barker 4639d12f0e AP_ADSB: break circular dependency with Avoidance 9 years ago
Tom Pittenger cb91f25dd7 AP_ADSB: change adsb-out param desc and defaults 9 years ago
Tom Pittenger 9b390fcc1b AP_ADSB: add mavlink handlers 9 years ago
Tom Pittenger a5f256229f AP_ADSB: remove mavlink specific source, xml not ready yet 9 years ago
Tom Pittenger 8617880714 AP_ADSB: check buffer space before sending 9 years ago
Tom Pittenger 8b9057f23c AP_ADSB: run dynamic at 5Hz and static/cfg at 5sec 9 years ago
Tom Pittenger ea0a5c973c AP_ADSB: simplify logic in update_vehicle() 9 years ago
Tom Pittenger cf77ff6d4f AP_ADSB: convert all function calls to use const and use Location_Class 9 years ago
Tom Pittenger 4c9642ac08 AP_ADSB: callsign gen should use ICAO in hex 9 years ago
Tom Pittenger 69887e1646 AP_ADSB: do not init variables in header class definition 9 years ago
Tom Pittenger f5bf98041e AP_ADSB: do not spam to all mavlink ports, require the transceiver health heartbeat 9 years ago
Tom Pittenger b6e25e7d64 AP_ADSB: add support for ADSB transceiver mavlink packets 9 years ago
Tom Pittenger 2223216ca2 AP_ADSB: add param ADSB_LIST_RADIUS to ignore distant aircraft 9 years ago
Tom Pittenger 454560ca4c AP_ADSB: organize variables into in_state and avoid_state structs 9 years ago
Tom Pittenger 37f990bfad AP_ADSB: allow param based VEHICLE list sizes, 1 to 100. 9 years ago
Tom Pittenger 746e2211e9 AP_ADSB: remove extra include 9 years ago
Tom Pittenger 4cd1721bf9 AP_ADSB: add ADSB_streamrate 9 years ago
Tom Pittenger 8036912173 AP_ADSB: clarified some minor logic 9 years ago
Tom Pittenger ad81e56a64 AP_ADSB: allow buffer to add to the max, instead of one less than the max 9 years ago
Lucas De Marchi 5047f2b6f8 AP_ADSB: replace header guard with pragma once 9 years ago
Tom Pittenger 4e4c1831f0 AP_ADSB: added guided mode handling 9 years ago
Tom Pittenger d003e24189 AP_ADSB: fix unit conversion 9 years ago
Tom Pittenger 87fccce9e2 AP_ADSB: update units for new mavlink msg 9 years ago
Tom Pittenger decac5cb15 AP_ADSB: delete furthest when buffer is full 9 years ago
Tom Pittenger f60f0e80c3 AP_ADSB: update msg sizeof comment 9 years ago
Randy Mackay 9e74222a3a ADSB: minor update to parameter descriptions 9 years ago
Andrew Tridgell e80ca592c4 AP_ADSB: update for new message format 9 years ago
Andrew Tridgell ce1b68cce8 AP_ADSB: ensure stack allocation Location is initialised 9 years ago
Andrew Tridgell f9e865ef5e AP_ADSB: don't disable ADSB permanently on init fail 9 years ago