pycram.process_modules.pr2_process_modules#
Attributes#
Classes#
Opens or closes the gripper of the real PR2, gripper uses an action server for this instead of giskard |
|
Opens or closes the gripper of the real PR2, gripper uses an action server for this instead of giskard |
|
Module Contents#
- pycram.process_modules.pr2_process_modules.Multiverse#
- pycram.process_modules.pr2_process_modules.Multiverse#
- class pycram.process_modules.pr2_process_modules.Pr2MoveGripperMultiverse(lock)#
Bases:
pycram.process_module.ProcessModuleOpens or closes the gripper of the real PR2, gripper uses an action server for this instead of giskard
- _execute(designator: pycram.designators.motion_designator.MoveGripperMotion)#
Helper method for internal usage only. This method is to be overwritten instead of the execute method.
- class pycram.process_modules.pr2_process_modules.Pr2MoveGripperReal(lock)#
Bases:
pycram.process_module.ProcessModuleOpens or closes the gripper of the real PR2, gripper uses an action server for this instead of giskard
- _execute(designator: pycram.designators.motion_designator.MoveGripperMotion)#
Helper method for internal usage only. This method is to be overwritten instead of the execute method.