mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
FMUv5: Increase logging throughput considerably.
This will help to understand the sensor selection on FMUv5 in different airframes. We do have the RAM and CPU to do this on this platform.
This commit is contained in:
@@ -862,6 +862,14 @@ then
|
||||
fi
|
||||
else
|
||||
set LOGGER_ARGS ""
|
||||
#
|
||||
# Adjust FMUv5 logging settings
|
||||
#
|
||||
if ver hwcmp PX4FMU_V5
|
||||
then
|
||||
set LOGGER_BUF 64
|
||||
set SDLOG_MODE 3
|
||||
fi
|
||||
if param compare SDLOG_MODE 1
|
||||
then
|
||||
set LOGGER_ARGS "-e"
|
||||
|
||||
Reference in New Issue
Block a user