Skip to content

Simulation Overview

VisionFlow-PX4 provides rich Gazebo simulation assets, supporting full-process simulation from controller development to system integration testing.

Simulation Assets Overview

Scene Worlds

SceneDescriptionSupported Platforms
laboratory_landingboxMain laboratory with landing boxq940_ti, swan_gamma
laboratory_no_landingboxLaboratory without landing boxswan_gamma, x500
laboratory_landingbox_vla_task0Laboratory with VLA taskq940_ti
laboratory_no_landingbox_vla_task0VLA scenario without landing boxswan_gamma
indoor_diningIndoor dining environmentGeneral
baylands_coastBay Area coastal outdoor environmentGeneral
laboratory_landingbox_hitlHardware-in-the-loop versionq940_ti_hitl

For detailed scene descriptions, please refer to Scene Worlds.

Drone Platforms

PlatformModelDescription
q940_tiQ940TI + 3-finger/4-finger gripperPrimary test platform
swan_gamma_v1/v2Swan + Gamma armCompany version (old/new)
x500Standard X500 quadcopterBaseline test platform
differential_roverDifferential drive roverGround robot platform

Simulation Configuration

All simulations enable the lockstep scheduler to ensure timing accuracy:

bash
EXTRA_CMAKE_ARGS="-DENABLE_LOCKSTEP_SCHEDULER=ON"

Next Steps