.. index:: pair: class; GazeboStepController .. _doxid-class_gazebo_step_controller: class GazeboStepController ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Controlls execution of Gazebo steps. Will be inherited by a Gazebo WorldPlugin. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class GazeboStepController { public: // methods virtual :ref:`SimulationTime` :target:`runLoopStep`(:ref:`SimulationTime` timeStep) = 0; virtual bool :target:`finishWorldLoading`(double waitTime) = 0; virtual void :target:`addRequiredModel`(const std::string& modelName) = 0; virtual bool :target:`resetWorld`() = 0; }; .. _details-class_gazebo_step_controller: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Controlls execution of Gazebo steps. Will be inherited by a Gazebo WorldPlugin. Controls execution of Gazebo steps. Will be inherited by a Gazebo WorldPlugin.