Package frc.robot
Class FieldConstants.LeftBump
java.lang.Object
frc.robot.FieldConstants.LeftBump
- Enclosing class:
- FieldConstants
Geometry for the left bump and common reference points.
"Left" is defined from the perspective of the BLUE alliance station.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleLeft bump depth along the field X axis (meters).static final Translation2dAlliance-side left bump far-left corner point.static final Translation2dAlliance-side left bump far-right corner point (shared with hub).static final doubleLeft bump height above the carpet (meters).static final Translation2dAlliance-side left bump near-left corner point.static final Translation2dAlliance-side left bump near-right corner point (shared with hub).static final Translation2dOpposing-side left bump far-left corner point.static final Translation2dOpposing-side left bump far-right corner point (shared with hub).static final Translation2dOpposing-side left bump near-left corner point.static final Translation2dOpposing-side left bump near-right corner point (shared with hub).static final doubleLeft bump width along the field Y axis (meters). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public static final double widthLeft bump width along the field Y axis (meters). -
height
public static final double heightLeft bump height above the carpet (meters). -
depth
public static final double depthLeft bump depth along the field X axis (meters). -
nearLeftCorner
Alliance-side left bump near-left corner point. -
nearRightCorner
Alliance-side left bump near-right corner point (shared with hub). -
farLeftCorner
Alliance-side left bump far-left corner point. -
farRightCorner
Alliance-side left bump far-right corner point (shared with hub). -
oppNearLeftCorner
Opposing-side left bump near-left corner point. -
oppNearRightCorner
Opposing-side left bump near-right corner point (shared with hub). -
oppFarLeftCorner
Opposing-side left bump far-left corner point. -
oppFarRightCorner
Opposing-side left bump far-right corner point (shared with hub).
-
-
Constructor Details
-
LeftBump
public LeftBump()
-