Peter Barker
|
1674cb0a85
|
Plane: EKF logging moved into EKF from logger
|
2019-07-06 19:05:51 +10:00 |
Peter Barker
|
400aa53654
|
Plane: move arming-related functionality into parent classes
Logging moves up
arming via mavlink moves up
arming via switch moves up
|
2019-05-30 07:37:30 +09:00 |
Mark Whitehorn
|
e8adbba2fc
|
Plane: bodyframe roll log target attitude bugfix
|
2019-04-23 09:15:55 +10:00 |
Peter Barker
|
a19df642a0
|
Plane: RangeFinder now handles RFND logging
|
2019-04-09 22:17:58 +10:00 |
Peter Barker
|
3e505f33c3
|
Plane: use RSSI singleton for logging
|
2019-04-09 09:33:13 +10:00 |
Tom Pittenger
|
0270c57530
|
Plane: massive refactor and creation of Mode class
|
2019-04-02 16:28:52 +11:00 |
Peter Barker
|
3bba981a00
|
Plane: dataflash always emits rally points at startup
|
2019-02-12 11:48:55 +11:00 |
Peter Barker
|
11dd83e23a
|
Plane: remove rally argument from Write_Rally - use singleton
|
2019-01-31 09:51:25 +09:00 |
Peter Barker
|
6fc76a32af
|
GLOBAL: use AP::logger() and strip redundant Log_ from methods
|
2019-01-18 18:08:20 +11:00 |
Peter Barker
|
b47733142f
|
GLOBAL: rename DataFlash_Class to AP_Logger
|
2019-01-18 18:08:20 +11:00 |
Andrew Tridgell
|
bc438676ab
|
Plane: fix tailsitter logged attitude targets
|
2019-01-18 14:16:55 +11:00 |
Peter Barker
|
a35fbb4a11
|
Plane: Log_Write_SIMSTATE no longer takes dataflash pointer
|
2019-01-18 11:16:54 +11:00 |
Andrew Tridgell
|
d3afc9424a
|
Plane: make QTUN logging match copter logging
|
2018-12-21 22:17:52 +11:00 |
Peter Barker
|
a5c34f6172
|
Plane: OpticalFlow takes care of its own logging
|
2018-11-13 10:40:23 +11:00 |
Leonard Hall
|
e50414d8b9
|
Plane: Log VTOL targets in ATT message in VTOL mode
|
2018-09-15 11:00:29 +10:00 |
Michael du Breuil
|
c8cb5b9e0f
|
Plane: Log target airspeed to NTUN messages
|
2018-08-09 11:53:05 +10:00 |
Michael du Breuil
|
fae8d1e489
|
Plane: Log navigation target location
Closes #4358
|
2018-06-12 09:08:58 +10:00 |
Peter Barker
|
052b76d017
|
Plane: move Log_Write_Home_And_Origin into AP_AHRS
|
2018-05-17 10:13:42 +10:00 |
Michael du Breuil
|
b479f3760a
|
Plane: Remove some unneeded logging indirection
Saves 32 bytes on make px4-v2
|
2018-05-16 20:34:00 +10:00 |
Peter Barker
|
eb026e0a5f
|
Plane: correct compilation when logging is disabled
|
2018-05-10 17:55:13 +09:00 |
Peter Barker
|
5ef417a669
|
Plane: GPS now logs its own data
|
2018-04-18 13:50:55 +09:00 |
Peter Barker
|
2b54113334
|
Plane: Baro does its own dataflash logging
|
2018-04-12 19:12:12 +01:00 |
Peter Barker
|
7fd859da65
|
Plane: move home state into AP_AHRS
|
2018-03-19 10:32:37 +09:00 |
Peter Barker
|
7c86c4fe61
|
Plane: use ins singleton
|
2018-03-16 00:37:35 -07:00 |
Peter Barker
|
f558bbca2e
|
Plane: use baro singleton
|
2018-03-08 21:20:05 -08:00 |
Peter Barker
|
8cae776448
|
Plane: move logging of PM and PERF messages to AP_Scheduler
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
02540fdbf9
|
Plane: use AP_Scheduler's loop() function
|
2018-02-13 17:15:05 +11:00 |
Peter Barker
|
519e6c31d2
|
Plane: use AP::PerfInfo library
|
2018-02-13 17:15:05 +11:00 |
Andrew Tridgell
|
2fb6113098
|
Plane: use AP:PerfInfo class
|
2018-02-10 10:50:22 +11:00 |
Michael du Breuil
|
43972f8e56
|
Plane: Move battery logging code to AP_BattMonitor
|
2018-02-06 00:11:32 +00:00 |
Randy Mackay
|
f41f4dc6e5
|
Plane: move pos-control pids to pos-control library
|
2018-01-23 12:00:43 +09:00 |
Peter Barker
|
6ed0d645a3
|
Plane: support for units on fields
|
2017-11-23 10:40:30 +11:00 |
Andrew Tridgell
|
1bee1dd210
|
Plane: log currently used airspeed
this logs whatever airspeed is being used for flight
|
2017-11-01 09:22:15 +11:00 |
Tom Pittenger
|
8adacfeea3
|
Plane: always log MODE and include reason when logging is enabled
|
2017-10-25 21:18:29 +11:00 |
Michael du Breuil
|
615f6dfadb
|
Plane: Don't log PIDL messages
|
2017-10-17 14:37:11 -07:00 |
Lucas De Marchi
|
36c80daa86
|
ArduPlane: do not include version.h/ap_version.h
The interface provided by each vehicle should be used to get the
version.
|
2017-09-23 21:37:45 -07:00 |
Randy Mackay
|
c80a83322a
|
Plane: integrate simpler Log_Write_EKF
|
2017-08-23 11:19:14 +09:00 |
Peter Barker
|
1a665280e9
|
Plane: remove CLI
|
2017-08-14 10:23:50 +09:00 |
Andrew Tridgell
|
fedd2c558c
|
Plane: added AETR log message
this makes debugging mixers much easier
|
2017-08-01 08:25:32 +10:00 |
Peter Barker
|
fa39f315c6
|
Plane: move starting of new logs into DataFlash
|
2017-07-19 16:37:28 +01:00 |
Peter Barker
|
5a8f01c19c
|
Plane: use send_text method on the GCS singleton
|
2017-07-09 17:17:29 -04:00 |
Peter Barker
|
30dfd32b87
|
Plane: stop using in_mavlink_delay as a proxy for disabling logging
|
2017-06-16 17:07:48 +01:00 |
Peter Barker
|
c6beb3a867
|
Plane: simplify dataflash initialisation
|
2017-06-14 12:20:29 +01:00 |
Peter Barker
|
4dc241fd22
|
Plane: StartUnstartedLogging replaces logging_started/start_logging
|
2017-06-11 20:34:12 +01:00 |
Peter Barker
|
084242cf03
|
Plane: move init of DataFlash references into vehicle init
It is possible to start a log before the existing codepath is crossed.
|
2017-05-01 15:04:34 +01:00 |
Andrew Tridgell
|
fedabd1ace
|
Plane: added logging of quadplane desired yaw
makes analysis of takeoffs easier
|
2017-04-24 16:52:16 +10:00 |
Peter Barker
|
b5b8620d04
|
Plane: log GPS detection state to DF on log startup
|
2017-04-23 21:04:17 +01:00 |
Eugene Shamaev
|
ca84ab36be
|
Plane: AOA and SSA estimations are added to parameters and data logs
|
2017-04-19 20:48:42 +10:00 |
Andrew Tridgell
|
88e02c7b35
|
Plane: log the throttle mix for quadplane copter control
|
2017-04-19 09:08:43 +10:00 |
Andrew Tridgell
|
6a90257d2a
|
Plane: fixed attitude logging for tailsitters
|
2017-03-31 11:30:44 +11:00 |