jointPositions abstract method
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});