mirror of
https://github.com/Team4388/2025RidgeScape.git
synced 2026-06-09 00:38:02 -06:00
Created Elevator Subsystem
Added Elevator Subsystem with 2 modes. Use D-Pads for Top or Bottom and Bumpers for free mode.
This commit is contained in:
@@ -325,5 +325,19 @@ public final class Constants {
|
||||
public static final int XBOX_PROGRAMMER_ID = 2;
|
||||
public static final double LEFT_AXIS_DEADBAND = 0.1;
|
||||
|
||||
}
|
||||
|
||||
public static final class ElevatorConstants {
|
||||
public static final class IDs {
|
||||
public static final int ELEVATOR_ID = 420;
|
||||
}
|
||||
public static final double LEVEL_1 = 123;
|
||||
public static final double LEVEL_2 = 123;
|
||||
public static final double ELEVATOR_MAX_HEIGHT = 123;
|
||||
public static final double ELEVATOR_SPEED_UP = 123;
|
||||
public static final double ELEVATOR_SPEED_DOWN = -123;
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user