pycram.process_modules.tiago_process_modules#
Classes#
Implementation of process modules. Process modules are the part that communicate with the outer world to execute |
|
Implementation of process modules. Process modules are the part that communicate with the outer world to execute |
|
Implementation of process modules. Process modules are the part that communicate with the outer world to execute |
|
Implementation of process modules. Process modules are the part that communicate with the outer world to execute |
|
Module Contents#
Bases:
pycram.process_module.ProcessModule- Implementation of process modules. Process modules are the part that communicate with the outer world to execute
designators.
Helper method for internal usage only. This method is to be overwritten instead of the execute method.
- class pycram.process_modules.tiago_process_modules.TiagoMoveHeadReal(lock)#
Bases:
pycram.process_module.ProcessModule- Implementation of process modules. Process modules are the part that communicate with the outer world to execute
designators.
- _execute(designator: pycram.designators.motion_designator.MoveMotion)#
Helper method for internal usage only. This method is to be overwritten instead of the execute method.
- class pycram.process_modules.tiago_process_modules.TiagoDetectingReal(lock)#
Bases:
pycram.process_module.ProcessModule- Implementation of process modules. Process modules are the part that communicate with the outer world to execute
designators.
- _execute(designator: pycram.designators.motion_designator.DetectingMotion)#
Helper method for internal usage only. This method is to be overwritten instead of the execute method.
- class pycram.process_modules.tiago_process_modules.TiagoMoveTCPReal(lock)#
Bases:
pycram.process_module.ProcessModule- Implementation of process modules. Process modules are the part that communicate with the outer world to execute
designators.
- _execute(designator: pycram.designators.motion_designator.MoveTCPMotion)#
Helper method for internal usage only. This method is to be overwritten instead of the execute method.