24 #include "Eigen/Geometry" 31 template <
class EigenType>
32 using EigenVector = std::vector<EigenType, Eigen::aligned_allocator<EigenType>>;
34 template <
typename T,
class EigenType>
35 using EigenMap = std::map<T, EigenType, std::less<T>,
36 Eigen::aligned_allocator<std::pair<const T, EigenType>>>;
std::vector< EigenType, Eigen::aligned_allocator< EigenType > > EigenVector
Definition: eigen_defs.h:32
EigenVector< Eigen::Affine3d > EigenAffine3dVec
Definition: eigen_defs.h:39
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
std::map< T, EigenType, std::less< T >, Eigen::aligned_allocator< std::pair< const T, EigenType > >> EigenMap
Definition: eigen_defs.h:36
EigenVector< Eigen::Vector3d > EigenVector3dVec
Definition: eigen_defs.h:38