geopoints property
- @TagNumber(2)
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<$15.GeoPoint> get geopoints => $_getList(1);