79 template <
typename TPose>
87 typedef std::vector<Pose3, Eigen::aligned_allocator<Pose3>>
VectorType;
93 typedef std::vector<PoseCov3, Eigen::aligned_allocator<PoseCov3>>
VectorType;
Typetrait that returns the correct vector type, that depends on whether the Eigen-datatypes of the po...
Definition: Pose.h:80
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
std::vector< PoseCov3, Eigen::aligned_allocator< PoseCov3 > > VectorType
Definition: Pose.h:93
std::vector< TPose > VectorType
Definition: Pose.h:81
Mix in for adding a timestamp to data types.
std::vector< Pose3, Eigen::aligned_allocator< Pose3 > > VectorType
Definition: Pose.h:87
static const bool needsAlignment
Definition: Pose.h:82
PoseCov2Vector Pose2CovVector
deprecated, use PoseCov2Vector instead
Definition: Pose.h:114
PoseCov3Vector Pose3CovVector
deprecated, use PoseCov3Vector instead
Definition: Pose.h:117