chrono::sensor::ChNoiseModel Class Referenceabstract
Description
Noise model base class.
#include <ChNoiseModel.h>
Inheritance diagram for chrono::sensor::ChNoiseModel:
Public Member Functions | |
ChNoiseModel () | |
Class constructor. | |
~ChNoiseModel () | |
Class destructor. | |
virtual void | AddNoise (ChVector3d &data)=0 |
Function for adding noise to data. More... | |
virtual void | AddNoise (ChVector3d &data, float last_ch_time, float ch_time)=0 |
Member Function Documentation
◆ AddNoise()
|
pure virtual |
Function for adding noise to data.
- Parameters
-
data data to augment
Implemented in chrono::sensor::ChNoiseRandomWalks, chrono::sensor::ChNoiseNormalDrift, and chrono::sensor::ChNoiseNone.
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono_sensor/sensors/ChNoiseModel.h