getCurrentInputs abstract method

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

Get the current position of the Gripper as a list of joint values.

Implementation

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