Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit c9fa085

Browse files
committed
modified angular speed
1 parent eec03b3 commit c9fa085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class Constants {
5151
*/
5252
//public static final double WHEEL_RADIUS = 0.5;// its 2 inches?????
5353
public static final double XBOX_STICK_DEADZONE_WIDTH = 0.025;
54-
public static final double MAX_ANGULAR_SPEED = 720/8; //
54+
public static final double MAX_ANGULAR_SPEED = 520; //
5555
public static final double MAX_LINEAR_SPEED = 6; //meters per second
5656

5757
//public static final double DRIVEPOSITIONCONVERSIONFACTOR = (1/7.13) * .096 * Math.PI;

0 commit comments

Comments
 (0)