Skip to content

ezrassor_sim_gazebo

Tiger Sachse edited this page Jun 24, 2019 · 1 revision

Summary

The ezrassor_sim_gazebo package launches the Gazebo simulation program with the appropriate world configuration. Also included are the custom object files for the world. This allows the user to clone the repository and have immediate access to the material files.

Launch Files

gazebo.launch

This launch file starts Gazebo with the supplied world filename. All possible arguments are listed below:

world
The world filename that the simulation loads. Defaults to base.
debug
Start gzserver in debug mode using gdb. Defaults to false.
paused
Start the simulation paused. Defaults to false.
verbose
Show verbose information in the terminal. Defaults to false.
show_gui
Toggle whether the GUI is displayed or not. Defaults to true.
recording
Toggle Gazebo state log recording. Defaults to false.
use_sim_time
Use Gazebo-published simulation time over the ROS topic /clock for ROS nodes. Defaults to true.

Clone this wiki locally