-
- Downloads
Refactoring of hpp-manipulation:
* Remove classes Object, Robot - Class Device constains handles and grippers * ProblemSolver use class Device * TODO: Add collisions between the inner devices.
Showing
- CMakeLists.txt 0 additions, 2 deletionsCMakeLists.txt
- include/hpp/manipulation/fwd.hh 0 additions, 4 deletionsinclude/hpp/manipulation/fwd.hh
- include/hpp/manipulation/graph-path-validation.hh 6 additions, 3 deletionsinclude/hpp/manipulation/graph-path-validation.hh
- include/hpp/manipulation/graph/graph.hh 4 additions, 4 deletionsinclude/hpp/manipulation/graph/graph.hh
- include/hpp/manipulation/object.hh 0 additions, 114 deletionsinclude/hpp/manipulation/object.hh
- include/hpp/manipulation/problem-solver.hh 122 additions, 160 deletionsinclude/hpp/manipulation/problem-solver.hh
- include/hpp/manipulation/problem.hh 2 additions, 2 deletionsinclude/hpp/manipulation/problem.hh
- include/hpp/manipulation/robot.hh 0 additions, 145 deletionsinclude/hpp/manipulation/robot.hh
- src/CMakeLists.txt 0 additions, 1 deletionsrc/CMakeLists.txt
- src/axial-handle.cc 0 additions, 2 deletionssrc/axial-handle.cc
- src/graph/edge.cc 1 addition, 1 deletionsrc/graph/edge.cc
- src/graph/graph.cc 3 additions, 4 deletionssrc/graph/graph.cc
- src/graph/node.cc 3 additions, 3 deletionssrc/graph/node.cc
- src/handle.cc 0 additions, 2 deletionssrc/handle.cc
- src/manipulation-planner.cc 2 additions, 2 deletionssrc/manipulation-planner.cc
- src/problem-solver.cc 3 additions, 71 deletionssrc/problem-solver.cc
- src/robot.cc 0 additions, 284 deletionssrc/robot.cc
- tests/test-constraintgraph.cc 5 additions, 7 deletionstests/test-constraintgraph.cc
Loading
Please register or sign in to comment