Skip to content

Commit 7ef8559

Browse files
committed
Changed settings to match the ones at comp.
* Set acceleration to false as it was a bit buggy.
1 parent 5346fa1 commit 7ef8559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/Team_P_bot_code/include/hardware.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const int BACK_LEFT_PORT = 6 - 1;
1717
const int BACK_RIGHT_PORT = 7 - 1;
1818

1919
const double JOYSTICK_DEADZONE = 0.1;
20-
const bool ACCELERATION_ENABLED = true;
20+
const bool ACCELERATION_ENABLED = false;
2121
const double FORWARD_BACK_ACCELERATION = 0.03;
2222

2323
// The robot runs at 50Hz.

0 commit comments

Comments
 (0)