public boolean
atPoint(Point point, double xTolerance, double yTolerance) Checks if the robot is at a certain point within certain tolerances
Parameters
Point to compare with the current point
Tolerance for the x position
Tolerance for the y position