AtPointTrigger

@Serializable
@SerialName(value = "AtPoint")
class AtPointTrigger @JvmOverloads constructor(val point: Vector2d, val tolerance: Double = 2.0) : MarkerTrigger

Constructors

Link copied to clipboard
constructor(point: Vector2d, tolerance: Double = 2.0)

Properties

Link copied to clipboard
Link copied to clipboard
val tolerance: Double = 2.0

Functions

Link copied to clipboard
open override fun shouldTrigger(robotState: RobotState, trajectory: Trajectory<*>, s: Double): Boolean

Determines if the marker should trigger.