Class MovementDetectorPlugin
Defined in File MovementDetectorPlugin.hpp
Inheritance Relationships
Derived Types
public navtk::inertial::MovementDetectorImu(Class MovementDetectorImu)public navtk::inertial::MovementDetectorPos(Class MovementDetectorPos)
Class Documentation
Base class for movement detection algorithms.
Subclassed by navtk::inertial::MovementDetectorImu, navtk::inertial::MovementDetectorPos
Public Functions
Take the provided data and use to determine whether movement is occurring.
- Parameters
data – Movement algorithm data
- Returns
An enum with the algorithm’s determined movement status.
Default destructor.
Return latest movement status.
- Returns
An enum with the algorithm’s determined movement status.
Time of latest measurement.
- Returns
The time of the last valid measurement received by process(). Only valid if return of get_status() is not MovementStatus::INVALID.
Protected Attributes
Last known movement status of the movement algorithm.