Updated PID and Motor constants

Added PID to constants
Used michaels candevice type for motor
This commit is contained in:
Michael Mikovsky
2025-01-17 20:09:14 -07:00
parent 32115fa977
commit faf17348c3
3 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public class RobotMap {
);
/* Elevator Subsystem */
public final TalonFX elevator = new TalonFX(ElevatorConstants.IDs.ELEVATOR_ID);
public final TalonFX elevator = new TalonFX(ElevatorConstants.ELEVATOR_ID.id);
void configureDriveMotorControllers() {}
}