values property

  1. @TagNumber(1)
List<double> values

A list of joint positions. Rotations values are in degrees, translational values in mm. There should be 1 entry in the list per joint DOF, ordered spatially from the base toward the end effector of the arm

Implementation

@$pb.TagNumber(1)
$core.List<$core.double> get values => $_getList(0);