-
- Downloads
Create an abstract class for Handle,
- Handle includes a virtual method to define a grasp constraint - add a class AxialHandle that derives from Handle and that creates grasp constraints with free rotation around the x-axis of the handle.
Showing
- CMakeLists.txt 2 additions, 1 deletionCMakeLists.txt
- include/hpp/manipulation/axial-handle.hh 79 additions, 0 deletionsinclude/hpp/manipulation/axial-handle.hh
- include/hpp/manipulation/fwd.hh 4 additions, 1 deletioninclude/hpp/manipulation/fwd.hh
- include/hpp/manipulation/grasp.hh 5 additions, 5 deletionsinclude/hpp/manipulation/grasp.hh
- include/hpp/manipulation/handle.hh 129 additions, 0 deletionsinclude/hpp/manipulation/handle.hh
- include/hpp/manipulation/object.hh 13 additions, 13 deletionsinclude/hpp/manipulation/object.hh
- include/hpp/manipulation/robot.hh 4 additions, 3 deletionsinclude/hpp/manipulation/robot.hh
- src/CMakeLists.txt 2 additions, 0 deletionssrc/CMakeLists.txt
- src/axial-handle.cc 55 additions, 0 deletionssrc/axial-handle.cc
- src/handle.cc 62 additions, 0 deletionssrc/handle.cc
- src/problem-solver.cc 2 additions, 0 deletionssrc/problem-solver.cc
- src/robot.cc 5 additions, 9 deletionssrc/robot.cc
Loading
Please register or sign in to comment