mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
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.
28 lines
657 B
JSON
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
|
|
}
|
|
]
|
|
}
|