|
batching_pomp
1.0
This is an implementation of an algorithmic framework for anytime motion planning on large dense roadmaps.
|
Reads a roadmap encoded as a .graphml file and creates the corresponding Boost Graph. More...
#include <RoadmapFromFile.hpp>
Public Attributes | |
| const std::string | mFilename |
Reads a roadmap encoded as a .graphml file and creates the corresponding Boost Graph.
Read a graphml file and assign vertices to ompl states Optionally, if file has edges, assign edge distances to be the distance between the states.
| Graph | The type of boost graph used for the roadmaps |
| VStateMap | The type of boost property map for vertex states |
| StateCon | The wrapper type for an ompl state |
| EDistance | The type of property map for edge lengths |
1.8.13