Package frc.reefscape.offsets
Class RobonautsOffsets
java.lang.Object
frc.reefscape.offsets.RobonautsOffsets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
getReefTagAngleOffset
(int tagID) static double
getReefTagCenterOffset
(int tagID) static double
getReefTagDistanceOffset
(int tagID) static int
getReefTagIDToOffsetIndex
(int tagID) static TagProperties[]
-
Constructor Details
-
RobonautsOffsets
public RobonautsOffsets()
-
-
Method Details
-
getReefTagIDToOffsetIndex
public static int getReefTagIDToOffsetIndex(int tagID) -
getReefTagDistanceOffset
public static double getReefTagDistanceOffset(int tagID) -
getReefTagCenterOffset
public static double getReefTagCenterOffset(int tagID) -
getReefTagAngleOffset
public static double getReefTagAngleOffset(int tagID) -
getReefTagOffsets
-