Gripper¶
- class mobrob_behcon.connectors.gripper.Gripper(ros_service='attiny_command')[source]¶
 The class Gripper
Represents a connector to the gripper service of the robot. Provides multiple functions to control the gripper.
Methods
__init__([ros_service])constructor
initGRIP()initVERT()moveAbsGRIP(value)moveAbsVERT(value)moveRelGRIP(value)moveRelVERT(value)send_command(command)setActivServo(value)setSpeedGRIP(value)setSpeedVERT(value)setStayActivStepper(value)stopAll()stopGRIP()stopVERT()writeServo(angle)Details