Peter Hall
151ef760a4
Plane: quadplane: log postition controller PIDs
2021-11-21 09:01:58 +11:00
Iampete1
b9d240460b
Plane: remove SpdHgt and use TECS direct
2021-11-13 08:05:39 +11:00
Iampete1
2f4661c52f
Plane: use float for set/get output scaled
2021-10-20 18:29:58 +11:00
Peter Barker
9aee98eeb8
Plane: log groundspeed undershoot
2021-09-21 11:12:17 +10:00
Peter Barker
974af3edea
Plane: correct compilation when QUADPLANE disabled
2021-09-14 13:55:01 +10:00
Peter Barker
3d34e061fe
ArduPlane: add and use HAL_QUADPLANE_ENABLED
2021-09-14 11:23:18 +10:00
Andrew Tridgell
d1d0ab41d6
Plane: added option to log PIDs at full rate
...
useful for tuning quadplanes
2021-08-10 10:13:36 +10:00
Andrew Tridgell
e7702a4216
Plane: mark log messages as streaming
2021-08-03 10:23:36 +10:00
Andrew Tridgell
73952dfecb
Plane: update ATRP logging
2021-07-24 15:32:55 +10:00
Peter Barker
06c2faaec5
ArduPlane: rename for AHRS restructuring
2021-07-21 21:01:39 +10:00
Peter Barker
e3b8fc6646
ArduPlane: remove ability to use DCM as AHRS
2021-07-21 21:01:39 +10:00
Andrew Tridgell
1165fcab99
Plane: removed incorrect URL
2021-06-05 13:05:30 +10:00
Peter Barker
453b7403b1
ArduPlane: remove duplicate log metadata fields
2021-04-27 16:38:40 +10:00
Andrew Tridgell
da2ddda0cb
Plane: added in ATRP logging
2021-04-15 06:57:16 +10:00
Andrew Tridgell
93abd44446
Plane: added SRate to PID logging
2021-04-15 06:57:16 +10:00
Andrew Tridgell
d2d06af751
Plane: removed ATRP log msg
2021-04-15 06:57:16 +10:00
Peter Barker
a32d45eb04
ArduPlane: remove Log_Write_Performance which is not called anywhere
2021-03-26 16:35:08 +11:00
Mark Whitehorn
236961f17f
Plane: use get_frame_class/type string methods
...
use AP_Enum<> for frame_class/type
remove invalid copterTS check
improve quadplane setup failure message
Co-authored-by: Peter Barker <pb-gh@barker.dropbear.id.au>
2021-02-09 12:43:53 +11:00
Josh Henderson
cc1e395854
ArduPlane: privatize AHRS logging
2021-01-12 10:13:22 +11:00
Peter Hall
0c68ec7b5c
Plane: add limit to pid log metadata
2021-01-05 10:27:28 +11:00
Iampete1
c03de6bdbe
Plane: log Qassist state
2020-11-17 10:15:27 +11:00
Iampete1
8885aa255d
Plane: correct logger Message spelling error
2020-10-14 08:17:25 +11:00
Iampete1
916b35eec8
Plane: add EAS2TAS to CTUN
2020-10-13 15:18:36 +11:00
Peter Barker
2783257aa4
Plane: correct compilation when logging disabled
2020-10-06 11:25:09 +11:00
Iampete1
fb467da473
Plane: use Plane target yaw for ATT log
2020-09-30 18:15:42 +10:00
Iampete1
6621b69836
Plane: log quadplane transision state
2020-09-30 18:15:42 +10:00
Iampete1
f972d3dc2f
Plane: Quadplane: tailsitter only change view once transision is complete
2020-09-30 18:15:42 +10:00
Peter Barker
75aa8b7e6e
Plane: log speed scaler into AETR
2020-08-29 18:52:46 +10:00
Peter Barker
ac85ec9924
Plane: log AHRS synthetic airspeed
2020-08-04 23:12:03 +10:00
Paul Riseborough
585a6a6967
Plane: Log D gain limit cycle gain scaler
...
Used by roll and pitch loops in APM_Control
2020-07-13 13:47:50 +10:00
TunaLobster
aca70ffd34
ArduPlane: Update Log_Write_Fast comment for accuracy
2020-07-11 19:15:21 +10:00
Buzz
0f5177b291
Plane: Support a set of offboard MAVLink guided controls with rates
...
+ 3 rounds of fixes
2020-05-20 15:03:21 +10:00
Mark Whitehorn
bada075daa
Plane: expand description of CTUN.Aspd to indicate when estimate or measurement is reported
2020-04-18 15:33:43 +10:00
Rishabh
a9cacc8756
Plane: Logger documentation TimeUS fix
2020-04-07 18:57:01 +10:00
Mark Whitehorn
cbce94005b
Plane: expand description of QTUN.Sscl log message field
2020-04-03 08:36:55 +11:00
Rishabh
a76d0e3002
Plane: Remove SONR messages logging
2020-04-01 17:11:48 +11:00
Rishabh
ac6b04c21b
Plane: Spelling fix in logger documentation
2020-03-31 10:07:50 +11:00
Rishabh
aea2cdb0c9
Plane: added logger documentation
2020-03-31 10:07:50 +11:00
Henry Wurzburg
4d2c5ebbaa
ArduPlane: update logger meta-data, add to gitignore
2020-03-25 14:20:53 +11:00
Peter Barker
383cfb3b11
Plane: remove bad trailing backslashes in log structure definition
...
These are required in LogStructure as it's a massive #define. This is
just a plane C struct definition so doesn't need them
2020-03-22 18:35:14 +11:00
Henry Wurzburg
3914ae23ca
ArduPlane: fix typos in logger message meta-data
2020-03-22 10:04:53 +11:00
Peter Barker
9bc6790723
Plane: add CTUNi QTUN and PIQ? log information
2020-03-21 09:34:43 +11:00
Peter Barker
b810a0de23
Plane: add logger documentation for NTUN
2020-03-20 13:05:46 +11:00
Peter Hall
a2e72de5ae
Plane: move to airspeed_estimate with pointer
2020-01-14 22:34:37 -07:00
Mark Whitehorn
14fc6c5446
Plane: add logging for tailsitter gainscaling and clean up tailsitter body-frame roll input handling
...
fix metadata for tailsitter param GSCMSK
rework roll/yaw scaling for body-frame roll options
add constraints on body-frame roll and yaw inputs
move speed_scaler logging into QTUN message
2019-12-18 08:33:29 +11:00
Peter Barker
6cd4dfba2c
Plane: use enum-class for RangeFinder Status
2019-11-09 08:01:53 +11:00
Peter Barker
1d99fbebc9
Plane: use ahrs singleton to log ATT, POS and AHRS2
2019-10-24 13:15:46 +11:00
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