Drake
pose_map.h File Reference
#include <string>
#include <map>
#include <Eigen/Dense>
Include dependency graph for pose_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::map< std::string, Eigen::Isometry3d, std::less< std::string >, Eigen::aligned_allocator< std::pair< const std::string, Eigen::Isometry3d > > > PoseMap
 

Typedef Documentation

typedef std::map< std::string, Eigen::Isometry3d, std::less<std::string>, Eigen::aligned_allocator<std::pair<const std::string, Eigen::Isometry3d> > > PoseMap