39 std::vector<std::shared_ptr<RecurrentRunner>> runners_;
TimerComponent is a timer component. Your component can inherit from Component, and implement Init() ...
Definition: timer_component.h:35
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
bool Proc() override
The Proc logic of the component, which called by the CyberRT frame.
#define CYBER_REGISTER_COMPONENT(name)
Definition: component.h:551