Skip to content
Snippets Groups Projects
Commit 8921c7ff authored by Hoop77's avatar Hoop77
Browse files

-

parent cdc7416e
Branches
No related merge requests found
......@@ -9,7 +9,7 @@
#include "ultrasonic/UltrasonicSensor.h"
#include "tools/StreamMeanFilter.h"
constexpr bool usesPid{false};
constexpr bool usesPid{true};
constexpr float maxSpeed = usesPid ? 3.0f : 0.1f;
constexpr float brakeSpeed = usesPid ? 0 : -0.06f * 4;
......
......@@ -120,7 +120,7 @@ if __name__ == '__main__':
buttonsSurface = buttonsSurface.convert()
buttonsSurface.fill(BACKGROUND_COLOR)
SPEED = 5
SPEED = 1
ANGLE = 20
ZERO_SPEED = 0
ZERO_ANGLE = -4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment