29 #ifndef ROUTE_GENERATOR_H    30 #define ROUTE_GENERATOR_H    35 #include <eigen3/Eigen/Dense>    47     std::vector<std::vector<Checkpoint>> 
generatePath(
const std::vector<std::vector<RouteVertex>> &_paths, 
const RouteCoordinator &routeQuerry_) 
const;
 
std::vector< std::vector< Checkpoint > > generatePath(const std::vector< std::vector< RouteVertex >> &_paths, const RouteCoordinator &routeQuerry_) const 
generates a final Routing Table containing Segment List and Preconditions to other robots ...
 
Checkpoint createElement(const RouteVertex &_element) const 
 
void addPreconditions(Checkpoint &_segment, const RouteVertex &_segToFind, const uint32_t _pathNr, const std::vector< std::vector< RouteVertex >> &_paths, const RouteCoordinator &routeQuerry_) const