Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.01 KB

WildThumper.md

File metadata and controls

39 lines (24 loc) · 1.01 KB

Wild Thumper 6WD skid-steer rover

A model for a Wild Thumper 6WD skid-steer rover.

wildthumper_5

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

wildthumper

A Wild Thumper 6WD skid-steer rover.

Run Gazebo

gz sim -v4 -r wildthumper_runway.sdf

Run ArduPilot SITL

The model can be run with the default rover-skid SITL parameters.

sim_vehicle.py -v Rover -f rover-skid --model JSON  --console --map

Credits