Defines the graph of 2D poses, with specific functionalities such as loading, saving, merging constraints, and etc. More...
Go to the source code of this file.
Classes | |
struct | AISNavigation::IdPrinter |
A class (struct) used to print vertex information to a stream. Needed for debugging. More... | |
struct | AISNavigation::PosePropagator |
A class (struct) for realizing the pose update of the individual nodes. Assumes the correct order of constraint updates (according to the tree level, see RSS07 paper) More... | |
Namespaces | |
AISNavigation | |
Macros | |
#define | LINESIZE 81920 |
Typedefs | |
typedef unsigned int | AISNavigation::uint |
Defines the graph of 2D poses, with specific functionalities such as loading, saving, merging constraints, and etc.
Definition in file posegraph2.cpp.
#define LINESIZE 81920 |
Definition at line 54 of file posegraph2.cpp.