Skip to content

Commit

Permalink
got rid of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiebudman committed Mar 3, 2024
1 parent 40ddd51 commit dc02eae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/java/org/carlmontrobotics/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ public static final class Drivetrain {

public static final class Arm {

//ports
//config for motors (inverted, encoder offset, etc)
//goal positions
//feedforward, pid, trapezoid constants
//Boundaries (arm cannot go beyond certain angles)
//Controller buttons should go in OI not Arm


//Motor port
public static final int ARM_MOTOR_PORT_MASTER = 7;
Expand Down

0 comments on commit dc02eae

Please sign in to comment.