isFinished

fun isFinished(robotX: Double, robotY: Double, tolerance: Double = 1.0): Boolean

Check to make sure if path is finished

Parameters

robotX

the current X coordinate of the robot

robotY

the current Y coordinate of the robot