Drake
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
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> > >
10
PoseMap
;
PoseMap
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
drake
systems
plants
pose_map.h
Generated on Sun Jul 17 2016 20:57:27 for Drake by
1.8.11