mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Tools: auotest add LOG_STRUCTURE_FROM_AHRS
This commit is contained in:
parent
cc1e395854
commit
0052e4d528
@ -1719,7 +1719,8 @@ class AutoTest(ABC):
|
||||
if ("#define LOG_BASE_STRUCTURES" in line or
|
||||
"#define LOG_STRUCTURE_FROM_DAL" in line or
|
||||
"#define LOG_STRUCTURE_FROM_NAVEKF2" in line or
|
||||
"#define LOG_STRUCTURE_FROM_NAVEKF3" in line):
|
||||
"#define LOG_STRUCTURE_FROM_NAVEKF3" in line or
|
||||
"#define LOG_STRUCTURE_FROM_AHRS" in line):
|
||||
# self.progress("Moving inside")
|
||||
state = state_inside
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user