Peter Barker
|
ab9614a3de
|
Tracker: avoid allocate a GCS_MAVLINK per mavlink channel
|
6 years ago |
Peter Barker
|
e5ea748e7f
|
Tracker: integrate AP_Stats library
|
6 years ago |
Michael du Breuil
|
99872ea9e2
|
Tracker: Send a heartbeat on mode change
|
6 years ago |
Peter Barker
|
932c36a3fb
|
Tracker: remove pointless protocol parameter to setup_uart
|
6 years ago |
Peter Barker
|
4f85d45fcb
|
Tracker: stop pointlessly passing serial manager around
|
6 years ago |
Peter Hall
|
e6c7fd2acc
|
Tracker: initialise battery
|
6 years ago |
Peter Barker
|
89f43c0318
|
Tracker: move responsibility for logging into library
|
6 years ago |
Peter Barker
|
39db4eb871
|
Tracker: move enabled parameter into compass library
|
6 years ago |
IamPete1
|
59526efa02
|
Tracker: restore scan mode functionality
|
6 years ago |
Peter Barker
|
6e67481355
|
Tracker: use enum class for AltFrame enumeration
|
6 years ago |
IamPete1
|
1ac74e2fe5
|
Tracker: add initial mode parameter
|
6 years ago |
Michael du Breuil
|
76743b7f1d
|
AntennaTracker: Allow scripting to run
|
6 years ago |
IamPete1
|
1bade761a1
|
Tracker: factor out compass functions
|
6 years ago |
Peter Barker
|
9f6027b332
|
Tracker: make set_home bool, do not save bad homes
|
6 years ago |
Peter Barker
|
c46de4a9a0
|
Tracker: GCS_MAVLink takes care of mavlink capabilities
|
6 years ago |
Peter Barker
|
f4097d254c
|
Tracker: make setting of home boolean in preparation for sanity checks
|
6 years ago |
Peter Barker
|
6fc76a32af
|
GLOBAL: use AP::logger() and strip redundant Log_ from methods
|
6 years ago |
Peter Barker
|
b47733142f
|
GLOBAL: rename DataFlash_Class to AP_Logger
|
6 years ago |
Peter Barker
|
61df15ffe8
|
Tracker: adjust for Location_Class and Location unification
|
6 years ago |
Peter Barker
|
f3157433b8
|
Tracker: GCS_MAVLink uses dataflash singleton
|
6 years ago |
Michael du Breuil
|
32b88feb60
|
Tracker: Make capability init consistent
|
6 years ago |
Peter Barker
|
dc52ca2192
|
Tracker: leave AHRS to log and notify home changes
|
6 years ago |
Randy Mackay
|
02a2f32c40
|
Tracker: minor format fix
|
7 years ago |
Michael du Breuil
|
465c2c475e
|
Tracker: Update notify initilization
|
7 years ago |
Michael du Breuil
|
4d753ab8e0
|
Tracker: Remove unneeded battery failsafe flag clearing
|
7 years ago |
Peter Barker
|
b63b00f84e
|
Tracker: remove usb-mux checking
|
7 years ago |
Peter Barker
|
1a1ae54e07
|
Tracker: use AP_FWVersion singleton
|
7 years ago |
Peter Barker
|
7be25fccea
|
Tracker: split home-set and home-locked state
|
7 years ago |
Peter Barker
|
cbbd28aeda
|
Tracker: let GCS_MAVLink handle get_home_position
|
7 years ago |
Peter Barker
|
62a3faf448
|
Tracker: remove arguments to send_home and send_ekf_origin
|
7 years ago |
Peter Barker
|
3e0dcacf58
|
Tracker: handle setting of ekf origin in GCS_MAVLink
|
7 years ago |
Andrew Tridgell
|
cd8b001f63
|
Tracker: fixed build warning
|
7 years ago |
Peter Barker
|
753b710477
|
Tracker: Baro does its own dataflash logging
|
7 years ago |
Peter Barker
|
b862e4f3a8
|
Tracker: tidy handling of barometer calibrations
|
7 years ago |
Peter Barker
|
f844f4ea80
|
Tracker: add reason to set_mode
|
7 years ago |
Peter Barker
|
f86d4466bd
|
Tracker: remove shims used in scheduler table
|
7 years ago |
Lucas De Marchi
|
efdc7daf96
|
AntennaTracker: do not include version.h/ap_version.h
The interface provided by each vehicle should be used to get the
version. The user of the macro has been converted to use that interface.
|
7 years ago |
Randy Mackay
|
d45eb33980
|
Tracker: support SET_GPS_GLOBAL_ORIGIN message
|
7 years ago |
Peter Barker
|
947bae2f86
|
Tracker: use GCS_MAVLINK subclasses to handle set_mode
|
8 years ago |
Peter Barker
|
579a1da2c5
|
Tracker: eliminate global static GCS_MAVLINK::send_home_all
|
8 years ago |
Peter Barker
|
2039222c7e
|
Tracker: use send_text method on the GCS singleton
|
8 years ago |
Peter Barker
|
b81e5a8562
|
Tracker: create GCS subclass, use inheritted methods
|
8 years ago |
Eugene Shamaev
|
b365a4ddf5
|
AntennaTracker: move of CAN parameters into separate group
|
8 years ago |
Peter Barker
|
b62a1394dd
|
Tracker: indicate to gps library which bit indicates log-gps
|
8 years ago |
Peter Barker
|
ef72381708
|
Tracker: check dataflash to see if we should log backend gps messages
|
8 years ago |
Peter Barker
|
075c40bd60
|
Tracker: move should_log check of log bitmask into DataFlash
|
8 years ago |
Peter Barker
|
762d5a649d
|
Tracker: tell dataflash we're arming or disarming
|
8 years ago |
Peter Barker
|
31ac03368d
|
Tracker: stop using in_mavlink_delay as a proxy for disabling logging
|
8 years ago |
Peter Barker
|
bf510221e0
|
Tracker: call dataflash should_log method
|
8 years ago |
Peter Barker
|
332e5059e2
|
Tracker: simplify should_log (NFC)
|
8 years ago |