22 #include "modules/drivers/lidar/proto/hesai.pb.h" 23 #include "modules/drivers/lidar/proto/hesai_config.pb.h" 37 bool Proc(
const std::shared_ptr<HesaiScan>& scan)
override;
40 std::shared_ptr<Parser> parser_;
Definition: hesai_convert_component.h:32
virtual ~HesaiConvertComponent()=default
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
#define CYBER_REGISTER_COMPONENT(name)
Definition: component.h:551
bool Proc(const std::shared_ptr< HesaiScan > &scan) override
The Component can process up to four channels of messages. The message type is specified when the com...
Definition: component.h:58