A plugin with access to physics::World.
More...
#include <common/common.hh>
A plugin with access to physics::World.
See reference.
gazebo::WorldPlugin::WorldPlugin |
( |
| ) |
|
|
inline |
virtual gazebo::WorldPlugin::~WorldPlugin |
( |
| ) |
|
|
inlinevirtual |
virtual void gazebo::WorldPlugin::Init |
( |
| ) |
|
|
inlinevirtual |
virtual void gazebo::WorldPlugin::Load |
( |
physics::WorldPtr |
_world, |
|
|
sdf::ElementPtr |
_sdf |
|
) |
| |
|
pure virtual |
Load function.
Called when a Plugin is first created, and after the World has been loaded. This function should not be blocking.
- Parameters
-
[in] | _world | Pointer the World |
[in] | _sdf | Pointer the the SDF element of the plugin. |
virtual void gazebo::WorldPlugin::Reset |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: