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