PathPingu

public class PathPingu

Object that manages scoring positions but does not store them directly. Instead, it provides methods to retrieve the closest scoring position.

Properties

Link copied to clipboard
public final static PathPingu INSTANCE

Functions

Link copied to clipboard
public final Unit addCoralScoringPositions(List<Triple<Translation2d, Pose2d, Pose2d>> positions)

Adds any number of coral scoring positions to the list of potential scoring positions for L4.

Link copied to clipboard
public final Unit addCoralScoringPositionsNotL4(List<Triple<Translation2d, Pose2d, Pose2d>> positions)

Adds any number of coral scoring positions to the list of potential scoring positions for not L4.

Link copied to clipboard
public final static Unit clearCoralScoringPositions()

Clears the list of potential scoring positions.

Link copied to clipboard
public final Pose2d findClosestScoringPosition(Pose2d position, Direction direction)

Finds the closest scoring position to the robot's current position. Starts by finding the closest april tag to the robot's current position. Based on the direction passed in, it returns the corresponding scoring position. Then it path finds to that position (hopefully).

Link copied to clipboard
public final Pose2d findClosestScoringPositionNotL4(Pose2d position, Direction direction)

Finds the closest scoring position to the robot's current position. Starts by finding the closest april tag to the robot's current position. Based on the direction passed in, it returns the corresponding scoring position.