geopoints property

  1. @TagNumber(2)
List<GeoPoint> get geopoints

List of geopoints that the motion planner output to reach the destination The first geopoint is the starting position of the robot for that path

Implementation

@$pb.TagNumber(2)
$core.List<$14.GeoPoint> get geopoints => $_getList(1);