11 #ifndef HANDOVER_REPLANNER_HPP
12 #define HANDOVER_REPLANNER_HPP
14 #include "planner/Replanning/SimpleReplanner.hpp"
15 #include "API/Trajectory/trajectory.hpp"
16 #include "API/ConfigSpace/configuration.hpp"
17 #include "API/Roadmap/graph.hpp"
19 #include "HRI_costspace/HRICS_Navigation.hpp"
21 #include "utils/ConfGenerator.h"
24 #include "LightPlanner-pkg.h"
38 std::pair<bool,confPtr_t> newGoalFromIK();
39 std::pair<bool,confPtr_t> newGoalFromList();
Definition: HandoverReplanner.hpp:28
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
Definition: SimpleReplanner.hpp:28
Definition: ConfGenerator.h:51