Custom simulation modes and worlds
Extend the Gazebo-powered simulation with customized vehicles and personalized environments
ssh [email protected]
mountrw
nano /data/app/com.auterion.virtual-fmu/data/config_options.jsonauterion-cli app restart com.auterion.virtual-fmu "options": [
...
{
"sim_mode": "gz",
"model_name": "Fixed-Wing",
"config": {
- "PX4_SIM_MODEL": "gz_rc_cessna",
+ "PX4_SIM_MODEL": "gz_my_rc_cessna",
"PX4_SYS_AUTOSTART": "4003"
}
}
],Last updated