A model for a rover environment containing a variety of obstacles.
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:
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.