A plugin with access to physics::Sensor.
More...
#include <common/common.hh>
A plugin with access to physics::Sensor.
See reference.
gazebo::SensorPlugin::SensorPlugin |
( |
) | |
|
|
inline |
virtual gazebo::SensorPlugin::~SensorPlugin |
( |
) | |
|
|
inlinevirtual |
virtual void gazebo::SensorPlugin::Init |
( |
) | |
|
|
inlinevirtual |
Override this method for custom plugin initialization behavior.
virtual void gazebo::SensorPlugin::Load |
( |
sensors::SensorPtr |
_sensor, |
|
|
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] | _sensor | Pointer the Sensor. |
[in] | _sdf | Pointer the the SDF element of the plugin. |
virtual void gazebo::SensorPlugin::Reset |
( |
) | |
|
|
inlinevirtual |
Override this method for custom plugin reset behavior.
The documentation for this class was generated from the following file: