[StatesPathFinder] Refactor
- Use parent implementation for method solve, - reimplement tryToConnectInitAndGoals, - remove InStatePath class and call core::DiffusingPlanner instead. - optimize paths on sub-manifolds with random shortcut and insert path in roadmap.
Showing
- CMakeLists.txt 0 additions, 2 deletionsCMakeLists.txt
- include/hpp/manipulation/path-planner/in-state-path.hh 0 additions, 135 deletionsinclude/hpp/manipulation/path-planner/in-state-path.hh
- include/hpp/manipulation/path-planner/states-path-finder.hh 14 additions, 32 deletionsinclude/hpp/manipulation/path-planner/states-path-finder.hh
- src/path-planner/in-state-path.cc 0 additions, 232 deletionssrc/path-planner/in-state-path.cc
- src/path-planner/states-path-finder.cc 114 additions, 169 deletionssrc/path-planner/states-path-finder.cc
- src/problem-solver.cc 0 additions, 2 deletionssrc/problem-solver.cc
Loading
Please register or sign in to comment