Get the current Pose of the end of the arm.
final currentPose = await myArm.endPosition();
For more information, see Arm component.
Future<Pose> endPosition({Map<String, dynamic>? extra});