mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
added velocity control
This commit is contained in:
@@ -110,6 +110,8 @@ public final class Constants {
|
||||
public static final double MAX_ARM_LEN = 2;
|
||||
public static final double ARM_HEIGHT = 1;
|
||||
public static final double CURVE_POWER = 2;
|
||||
|
||||
public static final double TELE_TICKS_PER_SECOND = (-5);
|
||||
|
||||
public static final double PIVOT_FORWARD_SOFT_LIMIT = -1.0; // TODO: find actual value
|
||||
public static final double PIVOT_REVERSE_SOFT_LIMIT = -1.0; // TODO: find actual value
|
||||
|
||||
Reference in New Issue
Block a user