endPosition abstract method

Future<Pose> endPosition({
  1. Map<String, dynamic>? extra,
})

Get the current Pose of the end of the arm.

final currentPose = await myArm.endPosition();

For more information, see Arm component.

Implementation

Future<Pose> endPosition({Map<String, dynamic>? extra});