37 #ifndef CONTROL_TOOLBOX__DITHER_H 38 #define CONTROL_TOOLBOX__DITHER_H 81 bool init(
const double &litude,
const double &seed)
85 ROS_ERROR(
"Dither amplitude not set properly. Amplitude must be >0.");
92 generator_.seed(static_cast<unsigned int>(seed));
102 std::random_device rdev{};
103 return static_cast<double>(rdev());