21 #include "Eigen/Dense" 22 #include "google/protobuf/message.h" 28 namespace perception {
32 int *frame_id,
double *time_stamp);
35 base::BrownCameraDistortionModel *model);
40 const std::string &yaml_file,
41 base::OmnidirectionalCameraDistortionModel *model);
43 bool GetFileList(
const std::string &path,
const std::string &suffix,
44 std::vector<std::string> *files);
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
bool LoadOmnidirectionalCameraIntrinsics(const std::string &yaml_file, base::OmnidirectionalCameraDistortionModel *model)
bool GetFileList(const std::string &path, const std::string &suffix, std::vector< std::string > *files)
bool LoadBrownCameraIntrinsic(const std::string &yaml_file, base::BrownCameraDistortionModel *model)
bool ReadPoseFile(const std::string &filename, Eigen::Affine3d *pose, int *frame_id, double *time_stamp)
Eigen::Affine3d Affine3d
Definition: base_map_fwd.h:34