jointPositions abstract method

Future<List<double>> jointPositions({
  1. Map<String, dynamic>? extra,
})

Get the List of current joint angles of each arm joint

List<double> currentJointPositions = await myArm.moveToJointPosition();

For more information, see Arm component.

Implementation

Future<List<double>> jointPositions({Map<String, dynamic>? extra});