11 #ifndef SOFTMOTION_REPLANNER_HPP
12 #define SOFTMOTION_REPLANNER_HPP
14 #include "planner/Replanning/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 bool computeSoftmotion(MANPIPULATION_TRAJECTORY_CONF_STR &confs, p3d_traj* traj, SM_TRAJ& smTraj);
40 bool computeSoftmotion(p3d_traj* traj);
41 bool generateNewTrajectory(
const std::vector<p3d_traj*>& trajs);
43 ManipulationPlanner* manipulationPlanner;
void run()
Replan a trajectory for the entire robot using the manipulation planner the trajectory is planned usi...
Definition: SoftmotionReplanner.cpp:162
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
Base replanner.
Definition: Replanner.hpp:33
Definition: SoftmotionReplanner.hpp:28