mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 13:37:34 +08:00
4040e4cdf2
- new modules/simulation directory to collect all simulators and related modules - new Tools/simulation directory to collect and organize scattered simulation submodules, scripts, etc - simulation module renamed to simulator_mavlink - sih renamed to simulator_sih (not a great name, but I wanted to be clear it was a simulator) - ignition_simulator renamed to simulator_ignition_bridge - large sitl_target.cmake split by simulation option and in some cases pushed to appropriate modules - sitl targets broken down to what's actually available (eg jmavsim only has 1 model and 1 world) - new Gazebo consistently referred to as Ignition for now (probably the least confusing thing until we fully drop Gazebo classic support someday)
33 lines
786 B
JSON
33 lines
786 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",
|
|
"vehicle": "typhoon_h480",
|
|
"test_filter": "[controlallocation]",
|
|
"timeout_min": 10
|
|
}
|
|
]
|
|
}
|