22 #include "modules/drivers/gnss/proto/gnss_best_pose.pb.h" 35 const std::shared_ptr<const apollo::drivers::gnss::GnssBestPose>
37 std::shared_ptr<std::vector<FramePose>>
GetPoses()
const;
44 std::shared_ptr<PoseCollection> sp_pose_collection_ =
nullptr;
45 std::shared_ptr<JsonConf> sp_conf_ =
nullptr;
46 std::shared_ptr<PJTransformer> sp_pj_transformer_ =
nullptr;
void OnBestgnssposCallback(const std::shared_ptr< const apollo::drivers::gnss::GnssBestPose > &bestgnsspos)
std::shared_ptr< std::vector< FramePose > > GetPoses() const
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
PoseCollectionAgent(std::shared_ptr< JsonConf > sp_conf)
Definition: pose_collection_agent.h:30