4 #include "API/Grids/ThreeDGrid.hpp"
6 #include "API/Device/robot.hpp"
7 #include "API/Roadmap/graph.hpp"
17 GridToGraph(
double pace, std::vector<double> envSize );
28 #endif // GRIDTOGRAPH_H
Definition: ThreeDGrid.hpp:24
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
void putGridInGraph()
3D robot from grid to graph
Definition: gridtograph.cpp:55
API::ThreeDCell * createNewCell(unsigned int index, unsigned int x, unsigned int y, unsigned int z)
Virtual function that creates a new Cell.
Definition: gridtograph.cpp:152
Definition: ThreeDCell.hpp:25
Definition: gridtograph.hpp:12