Tom Pittenger
|
f6396d7a6d
|
Plane: add reason to exit Thermal loiter and adjust LOW alt reaon to cause RTL
|
2020-04-08 09:11:54 +10:00 |
Tom Pittenger
|
52ae093a97
|
AP_Soaring: add reason to exit Thermal loiter
|
2020-04-08 09:11:54 +10:00 |
Michael du Breuil
|
73c5c2e1bb
|
AP_Arming: Check that sticks are neutral
|
2020-04-07 14:01:12 -07:00 |
Michael du Breuil
|
5104e4bd13
|
Rover: Report what channel is used for rudder arming
|
2020-04-07 14:01:12 -07:00 |
Michael du Breuil
|
132fe82ad2
|
Copter: Report what channel is used for rudder arming
|
2020-04-07 14:01:12 -07:00 |
Michael du Breuil
|
9600eea394
|
Plane: Report what channel is used for rudder arming
|
2020-04-07 14:01:12 -07:00 |
Michael du Breuil
|
2b9aa9bc21
|
RC_Channel: Add option bit for arming checking the throttle input (opt-in)
Also adds interface to find out what channel is used for rudder arming
|
2020-04-07 14:01:12 -07:00 |
murata
|
7ec0cb47a5
|
AP_Compass: const extern hal reference
|
2020-04-07 20:45:51 +09:00 |
murata
|
f83f6c71e4
|
AP_Logger: const extern hal reference
|
2020-04-07 20:45:51 +09:00 |
murata
|
264a90bb45
|
AP_Logger: Change to coding style (NFC)
AP_Logger: Change to coding style (NFC)
|
2020-04-07 20:37:33 +09:00 |
Rishabh
|
de6aaeaf76
|
Rover: Logger documentation TimeUS fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
a9cacc8756
|
Plane: Logger documentation TimeUS fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
7c4b195488
|
Copter:Logger documentation TimeUS fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
b1cb3b10ca
|
Tracker: Logger documentation TimeUS and typo fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
08d9553a0f
|
Sub: Logger documentation TimeUS and typo fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
76b4e42bca
|
AP_Logger: Logger documentation TimeUS and typo fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
fe4d1f9316
|
AC_AutoTune: Logger documentation TimeUS fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
b0134460e5
|
AP_NavEKF:Logger documentation TimeUS fix
|
2020-04-07 18:57:01 +10:00 |
Rishabh
|
eeb55f8b16
|
TECS: Logger documentation TimeUS fix
|
2020-04-07 18:57:01 +10:00 |
Peter Barker
|
59dfaad749
|
SITL: provide method to retrieve desired speedup
|
2020-04-07 14:51:32 +10:00 |
Peter Barker
|
5881692e4f
|
autotest: sub: fix altitude-hold for being below target altitude
|
2020-04-07 14:51:32 +10:00 |
Peter Barker
|
78e432af0c
|
AP_HAL_SITL: do not let outbound queue length to grow too far
This basically limits our loop rate to whatever is listening on uartA
can handle in terms of mavlink traffic.
|
2020-04-07 14:51:32 +10:00 |
Peter Barker
|
7028eb8d24
|
AP_HAL_SITL: provide method to get amount of data still pending in outbound system queues
|
2020-04-07 14:51:32 +10:00 |
Peter Barker
|
2b18b0f480
|
Sub: add D16, D32, DFLT, DU16 and DU32 LogMessage documentation
|
2020-04-07 10:41:22 +10:00 |
Peter Barker
|
2670192c41
|
Copter: add D16, D32, DFLT and DU32 LogMessage documentation
|
2020-04-07 10:41:22 +10:00 |
bugobliterator
|
9d7022514e
|
HAL_SITL: ensure that unique id string end in null char
|
2020-04-07 09:40:05 +10:00 |
Pierre Kancir
|
c4fa6fee9a
|
Tools: completion: add completion for autotest.py
|
2020-04-07 09:16:33 +10:00 |
Pierre Kancir
|
6dce7a88d4
|
Tools: completion: small correction to zsh
|
2020-04-07 09:16:33 +10:00 |
Pierre Kancir
|
5736e28693
|
Tools: completion bash: correct word reuse skipping
|
2020-04-07 09:16:33 +10:00 |
Pierre Kancir
|
3262175f86
|
Tools: completion: add bash completion for autotest.py
|
2020-04-07 09:16:33 +10:00 |
Rishabh
|
62ec6540ec
|
Copter: Added logger documentation
|
2020-04-07 09:09:45 +10:00 |
Rishabh
|
3b077ec612
|
Copter: Added FlowHold logger documentation
|
2020-04-07 08:05:10 +09:00 |
Rishabh
|
41590916d5
|
Copter: Added Throw Mode logger documentation
|
2020-04-07 08:05:10 +09:00 |
Rishabh
|
4995a9b274
|
Copter: Added Toy Mode logger documentation
|
2020-04-07 08:05:10 +09:00 |
Andy Piper
|
b8878380d6
|
AP_Camera: add RunCam device type 2 documentation
|
2020-04-06 20:27:32 +10:00 |
Andy Piper
|
e3d22b9d27
|
AP_Camera: if exiting a RunCam submenu reset the submenu index to the top
|
2020-04-06 20:15:38 +10:00 |
Andrew Tridgell
|
1222aa2c43
|
Copter: make EKF mag variance check use max
this makes it consistent with logged value
|
2020-04-06 17:30:29 +10:00 |
Andrew Tridgell
|
be674fc36c
|
AP_NavEKF3: make mag variance reporting consistent
logged scaled variance should match the value used in MAVLink
EKF_STATUS_REPORT
|
2020-04-06 17:30:29 +10:00 |
Andrew Tridgell
|
c9755cf9e6
|
AP_NavEKF2: make mag variance reporting consistent
logged scaled variance should match the value used in MAVLink
EKF_STATUS_REPORT
|
2020-04-06 17:30:29 +10:00 |
Peter Barker
|
2ed550966d
|
AP_Logger: correct units for velocity on OF log message
|
2020-04-06 10:46:45 +10:00 |
Peter Barker
|
64c973b592
|
SITL: add documentation for AirSim ASM1,ASM2 log messages
|
2020-04-06 10:46:45 +10:00 |
Peter Barker
|
e477f6c840
|
AC_PosControl: add documentation for PSC log message
|
2020-04-06 10:46:45 +10:00 |
Peter Barker
|
33f17d7739
|
AP_Logger: document ARSP,ASP2,CAM,TRIG,POWR,TERR,CSV,CMD,OF,AHR2
|
2020-04-06 10:46:45 +10:00 |
Leonard Hall
|
1a4e96b4ba
|
Copter: Fix Rate expo calculation
This fixes a bug in the yaw rate expo and makes these changes consistent with roll and pitch rate expo.
|
2020-04-06 09:41:39 +09:00 |
Peter Barker
|
52bb7760bc
|
autotest: add debug for COMMAND_LONG commands
|
2020-04-06 10:07:26 +10:00 |
Peter Barker
|
3fb61c4cf0
|
AP_Logger: add documentation for more log messages
ERR,DSF,EV,SIM,ORGN,POS,LGR,MON,TSYN,IMU,IMUT
|
2020-04-05 12:49:19 +10:00 |
Peter Barker
|
09152cd254
|
AP_Logger: correct time field name on DMS
|
2020-04-05 12:49:19 +10:00 |
Peter Barker
|
50c60aa8f2
|
AP_Logger: add documentation for ACC1,ACC2,ACC3,DMS,GPA,GPA2,GPS2,GYR1,GYR2,GYR3,MAVC,PM
|
2020-04-05 10:12:03 +10:00 |
Peter Barker
|
a92206d090
|
AP_Logger: log dataflash-over-mavlink timestamp in micros rather than millis
... like the vast majority of our dataflash messages
|
2020-04-05 10:10:49 +10:00 |
Andrew Tridgell
|
376116c99b
|
HAL_ChibiOS: fixed skyviper-journey build
|
2020-04-04 10:47:15 +11:00 |