We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5346fa1 commit 7ef8559Copy full SHA for 7ef8559
2024/Team_P_bot_code/include/hardware.h
@@ -17,7 +17,7 @@ const int BACK_LEFT_PORT = 6 - 1;
17
const int BACK_RIGHT_PORT = 7 - 1;
18
19
const double JOYSTICK_DEADZONE = 0.1;
20
-const bool ACCELERATION_ENABLED = true;
+const bool ACCELERATION_ENABLED = false;
21
const double FORWARD_BACK_ACCELERATION = 0.03;
22
23
// The robot runs at 50Hz.
0 commit comments