Enumeration RobotiqGripperStatusFlags
| Enumerator | Value | Description |
|---|---|---|
| UNSPECIFIED_ROBOTIQ_STATUS | 0 | 0x0 |
| ROBOTIQ_STAT_INITIALIZED | 1 | 0x01 |
| ROBOTIQ_STAT_OBJECT_DETECTED | 2 | 0x02 |
| ROBOTIQ_STAT_POS_REACHED | 4 | 0x04 |
| ROBOTIQ_STAT_STOPPED | 8 | 0x08 |
Parent topic: GripperConfig (Python)