values property
- @TagNumber(1)
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);