the name of the update_rate parameter might be misleading as to what it is actually does.
If we ever want to introduce functionality for things like input or output smoothing, update_rate might be misinterpreted as the rate at which those values are smoothed.
It should be max_update_rate for clarity that it is a rate limiter.
the name of the
update_rateparameter might be misleading as to what it is actually does.If we ever want to introduce functionality for things like input or output smoothing,
update_ratemight be misinterpreted as the rate at which those values are smoothed.It should be
max_update_ratefor clarity that it is a rate limiter.