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 4f9b86a commit d42c58dCopy full SHA for d42c58d
smart-car/smart-car.ino
@@ -22,8 +22,8 @@
22
#define RPCT 90
23
#define LPCT 100
24
25
-const byte initSpd = 128; // speed to start on the first loop to gain acceleration
26
-const byte moveSpd = 64; // speed to continue after first loop passed and we gained initial acceleration
+const byte initSpd = 192; // speed to start on the first loop to gain acceleration
+const byte moveSpd = 96; // speed to continue after first loop passed and we gained initial acceleration
27
28
const int turnDist = 40; // distance in cm on which normal turn will be triggered to avoid collision
29
const int spinDist = 15; // distance in cm on which obstacle is considered too close and radical spin or pulling back will be triggered
0 commit comments