gramods
|
The base of SingleToMultiPoseTrackers. More...
#include <SingleToMultiPoseTracker.hh>
Public Member Functions | |
void | addSinglePoseTracker (std::shared_ptr< SinglePoseTracker > tracker) |
Adds the SinglePoseTracker to extract a sensor data from. More... | |
bool | getPose (std::map< int, PoseSample > &p) override |
Adds or updates pose data in the specified map. More... | |
void | traverse (Visitor *visitor) override |
Propagates the specified visitor. More... | |
![]() | |
virtual std::string | getDefaultKey () override |
Returns the default key, in Configuration, for the Object. More... | |
![]() | |
Object () | |
Initializes internal data. More... | |
virtual | ~Object () |
Cleaning up internal data. More... | |
virtual void | initialize () |
Called to initialize the Object. More... | |
virtual void | accept (Visitor *visitor) |
Calls the visitors apply method with this as argument. More... | |
bool | isInitialized () |
Returns true if the Object is initialized. More... | |
Static Public Attributes | |
static gramods::gmCore::OFactory::OFactoryInformation | _gm_ofi |
Additional Inherited Members | |
![]() | |
typedef std::chrono::steady_clock | clock |
The base of SingleToMultiPoseTrackers.
|
inline |
Adds the SinglePoseTracker to extract a sensor data from.
|
overridevirtual |
Adds or updates pose data in the specified map.
Returns true if data could be read, false otherwise. Use sample time to check if data of a specific sensor are fresh.
Implements gramods::gmTrack::MultiPoseTracker.
|
overridevirtual |
Propagates the specified visitor.
Reimplemented from gramods::gmCore::Object.