| Enumerations | |
| enum | EstimatorResult { ExtrapolationIntoFuture = 0, Interpolation, ExtrapolationIntoPast, Exact, EmptyBuffer, Failed } | 
| Enumerator | |
|---|---|
| ExtrapolationIntoFuture | |
| Interpolation | |
| ExtrapolationIntoPast | |
| Exact | |
| EmptyBuffer | |
| Failed | |
Definition at line 88 of file robot_localization_estimator.h.