NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <Eigen/Core>
#include <functional>
#include <map>
#include <string>
#include <utility>
#include <memory>
Go to the source code of this file.
Namespaces | |
marker_tracking | |
Typedefs | |
typedef std::map< int, Eigen::Matrix< float, 4, 3 >, std::less< int >, Eigen::aligned_allocator< std::pair< int const, Eigen::Matrix< float, 4, 3 > > > > | marker_tracking::ARTagMap |
Functions | |
void | marker_tracking::LoadARTagLocation (std::string const &filename, ARTagMap *ar_corner_world_location) |