mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
Tools: enable aux IMUs while testing Plane
This commit is contained in:
parent
e2509b7c6b
commit
327ec0c355
@ -83,6 +83,9 @@ function run_autotest() {
|
|||||||
if [ "x$CI_BUILD_DEBUG" != "x" ]; then
|
if [ "x$CI_BUILD_DEBUG" != "x" ]; then
|
||||||
w="$w --debug"
|
w="$w --debug"
|
||||||
fi
|
fi
|
||||||
|
if [ "$NAME" == "Plane" ]; then
|
||||||
|
w="$w --num-aux-imus=2"
|
||||||
|
fi
|
||||||
if [ "$NAME" == "Examples" ]; then
|
if [ "$NAME" == "Examples" ]; then
|
||||||
w="$w --speedup=5 --timeout=14400 --debug --no-clean"
|
w="$w --speedup=5 --timeout=14400 --debug --no-clean"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user