getCurrentPath

public PathPlannerPath getCurrentPath(PathConstraints constraints, GoalEndState goalEndState)

Get the most recently calculated path. This method retrieves the current path based on the provided constraints and goal end state.

Return

The PathPlannerPath created from the points calculated by the pathfinder.

Parameters

constraints

The path constraints to use when creating the path.

goalEndState

The goal end state to use when creating the path.