13 #include "API/Device/robot.hpp"
14 #include "API/ConfigSpace/localpath.hpp"
15 #include "API/Roadmap/Graph.hpp"
25 void setThreshold(
const double& thresh) { m_thresh = thresh; }
26 double getThreshold() {
return m_thresh; }
28 Graph* getGraphUnderThreshold();
29 vector<LocalPath*> getLocalPathsUnderThreshold(
const LocalPath& LP);
Classe représentant un chemin local.
Definition: localpath.hpp:15
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
Definition: CostGraph.hpp:17