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

Constructors

Link copied to clipboard
constructor(point: Pose, distanceTolerance: Double = 4.0)

Properties

Link copied to clipboard
Link copied to clipboard
open override val isDone: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun and(vararg commands: Command): ParallelGroup
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun invoke()
Link copied to clipboard
Link copied to clipboard
fun raceWith(vararg commands: Command): ParallelRaceGroup
Link copied to clipboard
open fun start()
Link copied to clipboard
open fun stop(interrupted: Boolean)
Link copied to clipboard
fun then(vararg commands: Command): SequentialGroup
Link copied to clipboard
Link copied to clipboard
open fun update()
Link copied to clipboard