You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We created a gripper_msg = GripperCyclicMessage_pb2.MotorFeedback() message.
We called gripper_client.RefreshFeedback(gripper_msg, device_id), trying different device_id from (0, 9).
The following error message is returned: *** kortex_api.Exceptions.KServerException.KServerException: Server error name=ERROR_PROTOCOL_SERVER, sub name=UNSUPPORTED_SERVICE => Service not registered for service id: 17
Questions
What is the correct way to access the gripper motor current.
The text was updated successfully, but these errors were encountered:
Description
We would like to access the MotorFeedback from the GripperCyclic client to extract the current consumed by the gripper motor.
Version
KortexAPI : 2.6.0
Kortex Device : Kinova Gen3 with Robotiq 2F-85 gripper.
Steps to reproduce
*** kortex_api.Exceptions.KServerException.KServerException: Server error name=ERROR_PROTOCOL_SERVER, sub name=UNSUPPORTED_SERVICE => Service not registered for service id: 17
Questions
What is the correct way to access the gripper motor current.
The text was updated successfully, but these errors were encountered: