mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 21:57:35 +08:00
mavsdk_tests: add multicopter alt hold test (#24396)
* mavsdk_tests: add multicopter alt hold test * fix test filter * increase altitude tolerance to 10m as a test * reduce to 1m tolerance * increase to 5m tolerance * increase to 2m tolerance * reduce back to 1m * delay 60 seconds * fix log upload * fix ulog upload path * make altitude tolerance in tester.wait_until_altitude configurable * fix lambda * default arg in declaration * tighten up tolerance
This commit is contained in:
@@ -127,7 +127,7 @@ jobs:
|
||||
path: |
|
||||
logs/**/**/**/*.log
|
||||
logs/**/**/**/*.ulg
|
||||
build/px4_sitl_default/tmp_mavsdk_tests/rootfs/*.ulg
|
||||
build/px4_sitl_default/tmp_mavsdk_tests/rootfs/log/**/*.ulg
|
||||
|
||||
- name: Look at Core files
|
||||
if: failure() && ${{ hashFiles('px4.core') != '' }}
|
||||
|
||||
Reference in New Issue
Block a user