Package frc.reefscape.offsets
Class HomeOffsets
java.lang.Object
frc.reefscape.offsets.HomeOffsets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetReefTagAngleOffset(int tagID) static doublegetReefTagCenterOffset(int tagID) static doublegetReefTagDistanceOffset(int tagID) static intgetReefTagIDToOffsetIndex(int tagID) static TagProperties[]
-
Constructor Details
-
HomeOffsets
public HomeOffsets()
-
-
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
-