mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
test(mavsdk): leave tests backwards compatible but enable SIH
This reverts some of the changes to keep runners of classic Gazebo in there but leave it optional, so we can still use it if required.
This commit is contained in:
27
test/mavsdk_tests/configs/sih-sitl.json
Normal file
27
test/mavsdk_tests/configs/sih-sitl.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"mode": "sitl",
|
||||
"model_prefix": "sihsim_",
|
||||
"mavlink_connection": "udpin://0.0.0.0:14540",
|
||||
"tests":
|
||||
[
|
||||
{
|
||||
"model": "quadx",
|
||||
"test_filter": "[multicopter],[offboard],[offboard_attitude]",
|
||||
"timeout_min": 10
|
||||
},
|
||||
{
|
||||
"model": "quadx",
|
||||
"test_filter": "[offboard_attitude]",
|
||||
"timeout_min": 10,
|
||||
"env": {
|
||||
"PX4_PARAM_EKF2_EN": 0,
|
||||
"PX4_PARAM_ATT_EN": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "standard_vtol",
|
||||
"test_filter": "[vtol]",
|
||||
"timeout_min": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user