addSpatialMarker

open fun addSpatialMarker(pointInches: Vector2d, callback: MarkerCallback): RoadRunner.RoadRunnerTrajectoryTaskBuilder

Add a spatial marker at the current position to run a callback at that position.

Return

The builder

Parameters

pointInches

The point to run the callback (inches)

callback

The callback to run