ArduPilot / SITL_Models

Models of aircraft for SITL
70 stars 111 forks source link

Gazebo: add MiniHawk-VTOL #102

Open srmainwaring opened 8 months ago

srmainwaring commented 8 months ago

Gazebo model for Stephen Carlson's MiniHawk-VTOL

minihawk_vtol

Usage

Gazebo and the plugins should be installed as per the ArduPilot Gazebo Plugin instructions.

Update the GZ_SIM_RESOURCE_PATH to include these models:

export GZ_SIM_RESOURCE_PATH=$GZ_SIM_RESOURCE_PATH:\
$HOME/SITL_Models/Gazebo/models:\
$HOME/SITL_Models/Gazebo/worlds

Run Gazebo

gz sim -v4 -r minihawk_runway.sdf

Run ArduPilot SITL

sim_vehicle.py -v ArduPlane -f JSON --add-param-file=$HOME/SITL_Models/Gazebo/config/minihawk_vtol.param --console --map

Tasks