values property
- @TagNumber(1)
A list of joint accelerations. Rotational values are in degrees per second squared, translational values in mm per second squared. 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);