|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Seam-lead estimate over the last kLatencyWindowSize inference round trips: their max, floored. More...
#include <execute_policy.hpp>
Public Member Functions | |
| LatencyWindow (const double latency_floor, const double seed) | |
| void | push (const double sample) |
| double | estimate () const |
Seam-lead estimate over the last kLatencyWindowSize inference round trips: their max, floored.
A window max recovers after a latency spike, unlike a high-water mark, and an undershoot costs a pause at rest rather than the run. The seed fills every slot, so it acts as the estimate until real round trips age it out.
|
inline |
|
inline |