Skip to content

Commit

Permalink
link field coordinate system
Browse files Browse the repository at this point in the history
  • Loading branch information
amquake committed Oct 10, 2023
1 parent 2975bf7 commit 4e72e9b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ public class Constants {
public static final double GOAL_RANGE_METERS = Units.feetToMeters(10);

// Where the 2020 High goal target is located on the field
// See https://firstfrc.blob.core.windows.net/frc2020/PlayingField/LayoutandMarkingDiagram.pdf
// pages 4 and 5
// See
// https://docs.wpilib.org/en/stable/docs/software/advanced-controls/geometry/coordinate-systems.html#field-coordinate-system
// and https://firstfrc.blob.core.windows.net/frc2020/PlayingField/LayoutandMarkingDiagram.pdf
// (pages 4 and 5)
public static final Pose3d TARGET_POSE =
new Pose3d(
new Translation3d(
Expand Down

0 comments on commit 4e72e9b

Please sign in to comment.