24 #include "modules/transform/proto/static_transform_conf.pb.h" 25 #include "modules/transform/proto/transform.pb.h" 39 void SendTransforms();
40 void SendTransform(
const std::vector<TransformStamped>& msgtf);
41 bool ParseFromYaml(
const std::string& file_path, TransformStamped* transform);
43 apollo::static_transform::Conf conf_;
44 std::shared_ptr<cyber::Writer<TransformStampeds>> writer_;
45 TransformStampeds transform_stampeds_;
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
The Component can process up to four channels of messages. The message type is specified when the com...
Definition: component.h:58