![]() |
ros2_control - rolling
|
#include <data.hpp>
Public Attributes | |
| NoiseDistribution | distribution = NoiseDistribution::kGaussian |
| std::mt19937 | rng { std::random_device{}() } |
Per-sensor noise shape + RNG, shared by every noise-bearing field of a sensor. Bundled together since a sensor's fields are always sampled with the same distribution and draw from the same RNG stream.