
#include "Beobot/Map.H"#include "Beobot/Graph.H"#include <vector>

Go to the source code of this file.
Classes | |
| class | TopologicalMap |
| topological map using a list of landmarks More... | |
Defines | |
| #define | TOPOMAP_MOVE_FORWARD -1 |
| #define | TOPOMAP_TURN_AROUND -2 |
topological map for localization
Definition in file TopologicalMap.H.
| #define TOPOMAP_MOVE_FORWARD -1 |
Topological Map actually it's metric augmented topological map there are coordinates for the nodes in the map DIRECTED edges/segments connect the nodes
Also generate path: vector of segment numbers
Definition at line 54 of file TopologicalMap.H.
Referenced by TopologicalMap::getPath().
1.6.3