40 if (!driver_->Init()) {
41 AERROR <<
"driver init error";
48 std::shared_ptr<RobosenseDriver> driver_;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
bool Init() override
Definition: robosense_driver_component.h:34
std::string config_file_path_
Definition: component_base.h:114
std::shared_ptr< Node > node_
Definition: component_base.h:113
Definition: robosense_driver_component.h:31
#define CYBER_REGISTER_COMPONENT(name)
Definition: component.h:551
~RobosenseComponent()
Definition: robosense_driver_component.h:33
#define AERROR
Definition: log.h:44
bool GetProtoConfig(T *config) const
Definition: component_base.h:63
The Component can process up to four channels of messages. The message type is specified when the com...
Definition: component.h:58