libfranka  0.8.0
FCI C++ API
Public Attributes | List of all members
franka::VacuumGripperState Struct Reference

Describes the vacuum gripper state. More...

#include <vacuum_gripper_state.h>

Collaboration diagram for franka::VacuumGripperState:
Collaboration graph
[legend]

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. More...
 
VacuumGripperDeviceStatus device_status {}
 Current vacuum gripper device status.
 
uint16_t actual_power {}
 Current vacuum gripper actual power. More...
 
uint16_t vacuum {}
 Current system vacuum. More...
 
Duration time {}
 Strictly monotonically increasing timestamp since robot start.
 

Detailed Description

Describes the vacuum gripper state.

For more information check the cobot-pump manual.

Examples:
vacuum_object.cpp.

Member Data Documentation

◆ actual_power

uint16_t franka::VacuumGripperState::actual_power {}

Current vacuum gripper actual power.

Unit: \([%]\).

◆ part_present

bool franka::VacuumGripperState::part_present {}

Vacuum is over H2 and not yet under H2-h2.

For more information check the cobot-pump manual.

◆ vacuum

uint16_t franka::VacuumGripperState::vacuum {}

Current system vacuum.

Unit: \([mbar]\).


The documentation for this struct was generated from the following file: