setStartPosition

public void setStartPosition(Translation2d startPosition)

Set the start position to pathfind from. This method sets the initial position for the pathfinding algorithm.

Parameters

startPosition

Start position on the field. If this is within an obstacle it will be moved to the nearest non-obstacle node.