libfranka 0.15.0
FCI C++ API
|
Describes the vacuum gripper state. More...
#include <vacuum_gripper_state.h>
Public Attributes | |
bool | in_control_range {} |
Vacuum value within in setpoint area. | |
bool | part_detached {} |
The part has been detached after a suction cycle. | |
bool | part_present {} |
Vacuum is over H2 and not yet under H2-h2. | |
VacuumGripperDeviceStatus | device_status {} |
Current vacuum gripper device status. | |
uint16_t | actual_power {} |
Current vacuum gripper actual power. | |
uint16_t | vacuum {} |
Current system vacuum. | |
Duration | time {} |
Strictly monotonically increasing timestamp since robot start. | |
Describes the vacuum gripper state.
For more information check the cobot-pump manual.
uint16_t franka::VacuumGripperState::actual_power {} |
Current vacuum gripper actual power.
Unit: \([%]\).
bool franka::VacuumGripperState::part_present {} |
Vacuum is over H2 and not yet under H2-h2.
For more information check the cobot-pump manual.
uint16_t franka::VacuumGripperState::vacuum {} |
Current system vacuum.
Unit: \([mbar]\).