mirror of
https://github.com/Team4388/2025RidgeScape.git
synced 2026-06-09 00:38:02 -06:00
Updated PID and Motor constants
Added PID to constants Used michaels candevice type for motor
This commit is contained in:
@@ -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() {}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user