18 #ifndef _GAZEBO_GAUSSIAN_NOISE_MODEL_HH_
19 #define _GAZEBO_GAUSSIAN_NOISE_MODEL_HH_
32 class CompositorInstance;
37 class GaussianNoiseCompositorListener;
52 public:
virtual void Load(sdf::ElementPtr _sdf);
55 public:
virtual void Fini();
58 public:
double ApplyImpl(
double _in);
62 public:
double GetMean()
const;
66 public:
double GetStdDev()
const;
70 public:
double GetBias()
const;
102 public:
virtual void Load(sdf::ElementPtr _sdf);
105 public:
virtual void Fini();
114 public: boost::shared_ptr<GaussianNoiseCompositorListener>
double mean
If type starts with GAUSSIAN, the mean of the distribution from which we sample when adding noise...
Definition: GaussianNoiseModel.hh:74
bool quantized
True if the type is GAUSSIAN_QUANTIZED.
Definition: GaussianNoiseModel.hh:88
boost::shared_ptr< GaussianNoiseCompositorListener > gaussianNoiseCompositorListener
Gaussian noise compositor listener.
Definition: GaussianNoiseModel.hh:115
boost::shared_ptr< Camera > CameraPtr
Definition: RenderTypes.hh:80
Definition: GaussianNoiseModel.hh:93
Ogre::CompositorInstance * gaussianNoiseInstance
Gaussian noise compositor.
Definition: GaussianNoiseModel.hh:111
double stdDev
If type starts with GAUSSIAN, the standard deviation of the distribution from which we sample when ad...
Definition: GaussianNoiseModel.hh:78
double precision
If type==GAUSSIAN_QUANTIZED, the precision to which the output signal is rounded. ...
Definition: GaussianNoiseModel.hh:85
double bias
If type starts with GAUSSIAN, the bias we'll add.
Definition: GaussianNoiseModel.hh:81
Gaussian noise class.
Definition: GaussianNoiseModel.hh:43
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48
Noise models for sensor output signals.
Definition: Noise.hh:54