#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/LU>
#include <Eigen/StdVector>
#include <map>
#include <sba/node.h>
#include <stdio.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | sba::JacobProds |
class | sba::Proj |
Proj holds a projection measurement of a point onto a frame. They are a repository for the link between the frame and the point, with auxillary info such as Jacobians. More... | |
class | sba::Track |
Namespaces | |
namespace | sba |
Typedefs | |
typedef std::map< const int, Proj, std::less< int > , Eigen::aligned_allocator < Proj > > | sba::ProjMap |