positions property

  1. @TagNumber(2)
List<JointPositions> positions

A list of joint positions which will be moved to in the order they are specified

Implementation

@$pb.TagNumber(2)
$core.List<JointPositions> get positions => $_getList(1);