menu
autonomy
simulator
SimulatedObstacle
isNear method
isNear
brightness_4
brightness_5
description
isNear
method
bool
isNear
(
GpsCoordinates
other
)
Implementation
bool isNear(GpsCoordinates other) => coordinates.distanceTo(other) <= radius;
autonomy
simulator
SimulatedObstacle
isNear method
SimulatedObstacle class