![]()  | 
  
    libfranka 0.16.1
    
   FCI C++ API 
   | 
 
Contains the franka::GripperState type. More...


Go to the source code of this file.
Classes | |
| struct | franka::GripperState | 
| Describes the gripper state.  More... | |
Functions | |
| std::ostream & | franka::operator<< (std::ostream &ostream, const franka::GripperState &gripper_state) | 
| Streams the gripper state as JSON object: {"field_name_1": value, "field_name_2": value, ...}.   | |
Contains the franka::GripperState type.
| std::ostream & franka::operator<< | ( | std::ostream & | ostream, | 
| const franka::GripperState & | gripper_state | ||
| ) | 
Streams the gripper state as JSON object: {"field_name_1": value, "field_name_2": value, ...}.
| [in] | ostream | Ostream instance | 
| [in] | gripper_state | GripperState struct instance to stream |