Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
general arm shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
realjoshuau committed Oct 7, 2023
1 parent 32e6dba commit 503e88a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/frc/robot/arm/ArmConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ public final class ArmConstants {
// Ground
public static final Rotation2d kStandingConeGroundIntakeRotation = Rotation2d.fromDegrees(172.5);
public static final Rotation2d kTippedConeGroundIntakeRotation = Rotation2d.fromDegrees(200);
// public static final Rotation2d kTippedConeGroundIntakeRotation =
// Rotation2d.fromDegrees(205);
public static final Rotation2d kCubeGroundIntakeRotation = Rotation2d.fromDegrees(217);
// public static final Rotation2d kCubeGroundIntakeRotation =
// Rotation2d.fromDegrees(200);

// Preferences
public static class ArmPreferencesKeys {
Expand Down

0 comments on commit 503e88a

Please sign in to comment.