Skip to content

Commit

Permalink
Update motor id's
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuellar13 committed Sep 27, 2024
1 parent 767271a commit 14dfcdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/frc/robot/config/CompConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ class CompConfig {
speakerDistanceToRpm.put(123.0, 321.0);
}),
new IntakeConfig(
999,
19,
CANIVORE_NAME,
999,
2,
new TalonFXConfiguration()
.withClosedLoopRamps(CLOSED_LOOP_RAMP)
.withOpenLoopRamps(OPEN_LOOP_RAMP)
Expand All @@ -88,7 +88,7 @@ class CompConfig {
}),
new ArmConfig(
CANIVORE_NAME,
999,
16,
14,
new TalonFXConfiguration()
.withClosedLoopRamps(CLOSED_LOOP_RAMP)
Expand Down

0 comments on commit 14dfcdc

Please sign in to comment.