ros2_control - humble
|
Gives white noise at specified amplitude. More...
#include <dither.hpp>
Public Member Functions | |
double | update () |
Get next Gaussian white noise point. Called in RT loop. | |
bool | init (const double &litude, const double &seed) |
Static Public Member Functions | |
static double | generateRandomSeed () |
Gives white noise at specified amplitude.
This class gives white noise at the given amplitude when update() is called. It can be used to vibrate joints or to break static friction.
double control_toolbox::Dither::update | ( | ) |
Get next Gaussian white noise point. Called in RT loop.