Flexiv RDK APIs
1.6.0
|
Data structure containing the gripper states. More...
#include <gripper.hpp>
Public Attributes | |
double | width = {} |
double | force = {} |
bool | is_moving = {} |
Data structure containing the gripper states.
Definition at line 49 of file gripper.hpp.
double flexiv::rdk::GripperStates::force = {} |
Measured finger force. Positive: opening force, negative: closing force. Reads 0 if the mounted gripper has no force sensing capability [N]
Definition at line 56 of file gripper.hpp.
bool flexiv::rdk::GripperStates::is_moving = {} |
Whether the gripper fingers are moving
Definition at line 59 of file gripper.hpp.
double flexiv::rdk::GripperStates::width = {} |
Measured finger opening width [m]
Definition at line 52 of file gripper.hpp.