VelocityFilterEstimator#
rb::VelocityFilterEstimator estimates scalar velocity from sampled position
data. It is a lightweight utility class used in local filtering and example
code.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Estimate velocity with a short moving-window filter. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Construct the estimator with a sample period and averaging window. |
|
|
Feed a new position sample into the estimator. |
The |
|
Read the estimated velocity. |
Use after one or more |
Detailed Reference
-
class VelocityFilterEstimator#
Related Types
Examples
velocity_estimation.cppis the direct example for this page.