obstacles property

  1. @TagNumber(1)
List<GeometriesInFrame> get obstacles

a list of obstacles expressed as a geometry and the reference frame in which it was observed; this field is optional

Implementation

@$pb.TagNumber(1)
$core.List<GeometriesInFrame> get obstacles => $_getList(0);