Drake
pose_map.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <map>
5 #include <Eigen/Dense>
6 
7 typedef std::map<
8  std::string, Eigen::Isometry3d, std::less<std::string>,
9  Eigen::aligned_allocator<std::pair<const std::string, Eigen::Isometry3d> > >
std::map< std::string, Eigen::Isometry3d, std::less< std::string >, Eigen::aligned_allocator< std::pair< const std::string, Eigen::Isometry3d > > > PoseMap
Definition: pose_map.h:10