Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.3 KB

RoverPlayPen.md

File metadata and controls

30 lines (20 loc) · 1.3 KB

Rover Playpen

A model for a rover environment containing a variety of obstacles.

rover_playpen_1_small

The rover playpen model is a composite model that includes a number of other assets. Many are available from the Gazebo Fuel online collection of models. Unfortunately some of the online models are not rendering correctly and in those cases replacement versions derived from the originals have been included in this PR. They include:

Usage

The model may be included in a world sdf file using the <include> element:

<include>
  <uri>model://rover_playpen</uri>
</include>

An example world containing a wild thumper rover is provided as an example:

gz sim -v4 -r wildthumper_playpen.sdf

For details on controlling the wild thumper rover with SITL see: Wild Thumper 6WD.