GripperCyclic \(C++\)

June 4, 2021 · View on GitHub

This page describes the C++ GripperCyclic API.

RPC reference

This section describes the existing RPCs used in this API.

Service to exchange cyclic data with gripper

GripperCyclicClient RPCs

Function nameReturn typeInput typeDescription
RefreshFeedbackCommandSends a command to the gripper and receives feedback about the actual status of the gripper
RefreshCommandEmptyCommandSends a command to the gripper without receiving feedback
RefreshFeedbackFeedbackMessageIdObtains feedback from the gripper on its status
RefreshCustomDataCustomDataMessageIdObtains custom data from the gripper

Class reference

This section describes the data classes used in this API.

Messages

ClassDescription
CommandCommand sent to a gripper
CustomDataCustom data from gripper and gripper motors
CustomDataUnitCustom data
FeedbackStatus feedback from a gripper
MessageIdMessage identifier for command or feedback
MotorCommandCommand to a single gripper motor
MotorFeedbackStatus feedback from a single gripper motor

Enumerators

EnumeratorDescription
ServiceVersion