File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// #define DEBUG
2
2
3
- #define SENSOR_DELAY 10
3
+ #define SENSOR_DELAY 2
4
4
5
5
#define MAX_QUIRKS 3
6
6
21
21
#define ECHOL_PIN A4
22
22
#define TRIGL_PIN A5
23
23
24
- #define RPCT 90
24
+ #define RPCT 100
25
25
#define LPCT 100
26
26
27
- const byte initSpd = 192 ; // speed to start on the first loop to gain acceleration
28
- const byte moveSpd = 128 ; // speed to continue after first loop passed and we gained initial acceleration
27
+ const byte initSpd = 128 ; // speed to start on the first loop to gain acceleration
28
+ const byte moveSpd = 72 ; // speed to continue after first loop passed and we gained initial acceleration
29
29
30
30
const int turnDist = 40 ; // distance in cm on which normal turn will be triggered to avoid collision
31
31
const int spinDist = 15 ; // distance in cm on which obstacle is considered too close and radical spin or pulling back will be triggered
You can’t perform that action at this time.
0 commit comments