15 #ifndef BELUGA_MOTION_STATIONARY_MODEL_HPP
16 #define BELUGA_MOTION_STATIONARY_MODEL_HPP
54 template <
class Control,
typename = common_tuple_type_t<Control, control_type>>
55 [[nodiscard]]
auto operator()([[maybe_unused]] Control&&)
const {
57 static thread_local
auto distribution = std::normal_distribution<>{0, 0.02};