ROSBaseSensorPlugin
class gazebo::ROSBaseSensorPlugin¶
class gazebo::ROSBaseSensorPlugin : public gazebo::ROSBasePlugin : public SensorPlugin
Summary¶
| Members | Descriptions |
|---|---|
publicROSBaseSensorPlugin() |
Class constructor. |
public virtual~ROSBaseSensorPlugin() |
Class destructor. |
protected sensors::SensorPtrparentSensor |
Pointer to the parent sensor. |
protected virtual voidLoad(sensors::SensorPtr _model,sdf::ElementPtr _sdf) |
Load plugin and its configuration from sdf,. |
protected virtual boolOnUpdate(const common::UpdateInfo &) |
Update callback from simulation. |
Members¶
publicROSBaseSensorPlugin()¶
Class constructor.
public virtual~ROSBaseSensorPlugin()¶
Class destructor.
protected sensors::SensorPtrparentSensor¶
Pointer to the parent sensor.
protected virtual voidLoad(sensors::SensorPtr _model,sdf::ElementPtr _sdf)¶
Load plugin and its configuration from sdf,.
protected virtual boolOnUpdate(const common::UpdateInfo &)¶
Update callback from simulation.