getKinematics abstract method
Get the kinematics data associated with the Gripper
var kinematics = await myGripper.getKinematics();
For more information, see Gripper component.
Implementation
Future<Kinematics> getKinematics({Map<String, dynamic>? extra});