Files
PX4-Autopilot/test/mavsdk_tests/configs/sih-sitl.json
Julian Oes eaaf6f676a 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.
2026-07-17 10:51:42 -05:00

28 lines
657 B
JSON

{
"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
}
]
}