Go to the documentation of this file.
18 #ifndef GAZEBO_PLUGINS_RAYSENSORNOISEPLUGIN_HH_
19 #define GAZEBO_PLUGINS_RAYSENSORNOISEPLUGIN_HH_
41 public:
virtual double OnApplyNoise(
double _in);
49 private:
double fixedNoiseRate;
std::shared_ptr< Sensor > SensorPtr
Definition: SensorTypes.hh:64
void Load(sensors::SensorPtr _parent, sdf::ElementPtr _sdf)
Load the plugin.
Forward declarations for the common classes.
Definition: Animation.hh:26
A Ray Sensor Noise Plugin.
Definition: RaySensorNoisePlugin.hh:30
Forward declarations and typedefs for sensors.
virtual double OnApplyNoise(double _in)
Callback for applying noise to a single sensor beam.
virtual ~RaySensorNoisePlugin()
Destructor.
RaySensorNoisePlugin()
Constructor.
A plugin with access to physics::Sensor. See reference.
Definition: Plugin.hh:332