11 #ifndef SIMPLE_REPLANNER_HPP
12 #define SIMPLE_REPLANNER_HPP
14 #include "Replanner.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"
39 void initActiveJoints();
41 void initForManipulation();
42 void initForMobileManipulation();
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
bool initCreateStraightline()
Creates a straight line trajectory uses the main robot of the simulator or uses the current robot if ...
Definition: SimpleReplanner.cpp:95
void initForNavigation()
Set the DoFs active/passive of the robot for navigation.
Definition: SimpleReplanner.cpp:130
Definition: SimpleReplanner.hpp:28
Base replanner.
Definition: Replanner.hpp:33
bool init()
Before simple (no softmotion) replanning execution, this function initializes the replanner data...
Definition: SimpleReplanner.cpp:49
void setActiveJoints(int set)
Choose what part of the robot are active in the planning phase Three type of planning to chose from N...
Definition: SimpleReplanner.cpp:189