Companion

object Companion

Functions

Link copied to clipboard

Creates a marker that triggers after a specified displacement.

Link copied to clipboard

Creates a marker that triggers after a specified time.

Link copied to clipboard
fun atPoint(point: Vector2d, tolerance: Double = 2.0, callback: MarkerCallback): Marker

Creates a marker that triggers when the robot is within a certain tolerance of a given point.

Link copied to clipboard
fun atPose(pose: Pose2d, linearTolerance: Double = 2.0, angularTolerance: Double = Math.toRadians(5.0), callback: MarkerCallback): Marker

Creates a marker that triggers when the robot is within a certain linear and angular tolerance of a given pose.