Apollo
6.0
Open source self driving car software
|
#include <functional>
#include <map>
#include <utility>
#include <vector>
#include "Eigen/Geometry"
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::common | |
apollo::common | |
Typedefs | |
template<class EigenType > | |
using | apollo::common::EigenVector = std::vector< EigenType, Eigen::aligned_allocator< EigenType > > |
template<typename T , class EigenType > | |
using | apollo::common::EigenMap = std::map< T, EigenType, std::less< T >, Eigen::aligned_allocator< std::pair< const T, EigenType > >> |
using | apollo::common::EigenVector3dVec = EigenVector< Eigen::Vector3d > |
using | apollo::common::EigenAffine3dVec = EigenVector< Eigen::Affine3d > |