mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 10:07:34 +08:00
33 lines
806 B
JSON
33 lines
806 B
JSON
{
|
|
"mode": "sitl",
|
|
"simulator": "gazebo",
|
|
"mavlink_connection": "udp://:14540",
|
|
"tests":
|
|
[
|
|
{
|
|
"model": "iris",
|
|
"vehicle": "iris",
|
|
"test_filter": "[multicopter],[offboard]",
|
|
"timeout_min": 10
|
|
},
|
|
{
|
|
"model": "standard_vtol",
|
|
"vehicle": "standard_vtol",
|
|
"test_filter": "[vtol]",
|
|
"timeout_min": 10
|
|
},
|
|
{
|
|
"model": "tailsitter",
|
|
"vehicle": "tailsitter",
|
|
"test_filter": "[vtol]",
|
|
"timeout_min": 10
|
|
},
|
|
{
|
|
"model": "typhoon_h480_ctrlalloc",
|
|
"vehicle": "typhoon_h480_ctrlalloc",
|
|
"test_filter": "[controlallocation]",
|
|
"timeout_min": 10
|
|
}
|
|
]
|
|
}
|