ProximityDelay
class ProximityDelay @JvmOverloads constructor(point: Pose, distanceTolerance: Double = 4.0) : Command
This is a delay that waits until the robot is within distanceTolerance units of the specified point.
Parameters
point
the point to wait until the robot is near
distanceTolerance
how close to the point the robot must be for it to be considered "at" the point