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