10 #ifndef THRESHOLD_PLANNER_H_
11 #define THRESHOLD_PLANNER_H_
13 #include "API/Trajectory/trajectory.hpp"
15 #include "planner/Diffusion/TreePlanner.hpp"
Classe représentant un Node d'un Graph.
Definition: node.hpp:39
Definition: TreePlanner.hpp:38
Definition: ThresholdPlanner.hpp:17
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
bool checkStopConditions()
stop Conditions
Definition: ThresholdPlanner.cpp:52
bool newTrajectoryExtracted(API::Trajectory *trajPt)
Tries to extract a trajectory and erase the old one.
Definition: ThresholdPlanner.cpp:71
Definition: trajectory.hpp:40
unsigned expandOneStep(Node *fromComp, Node *toComp)
Expand One Step.
Definition: ThresholdPlanner.cpp:43
unsigned init()
Initializes the planner.
Definition: ThresholdPlanner.cpp:32
unsigned int run()
Main function of the planner.
Definition: ThresholdPlanner.cpp:123