You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/HL/Autotech_constant.py
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
4
4
MAX_SOFT_SPEED=6000# en milimetre par secondes
5
5
MIN_SOFT_SPEED=-4000
6
-
MAX_ANGLE=120
7
-
MIN_ANGLE=60
6
+
MAX_ANGLE=30
8
7
CRASH_DIST=110
9
8
REAR_BACKUP_DIST=100#mm Distance at which the car will NOT reverse due to the obstacle behind it
10
9
LIDAR_DATA_AMPLITUDE=1
@@ -15,20 +14,6 @@
15
14
MODEL_PATH=os.path.join(script_dir, "model_CNN1D.onnx") # Allows the model to be loaded from the same directory as the script regardless of the current working directory (aka where the script is run from)
16
15
17
16
18
-
PWM_PROP= {
19
-
"direction_prop": 1,
20
-
"pwm_stop_prop": 7.37,
21
-
"point_mort_prop": 0.5,
22
-
"delta_pwm_max_prop": 1.1# PWM at which the maximum speed is reached
23
-
}
24
-
25
-
PWM_DIR= {
26
-
"direction": -1, # 1 for angle_pwm_min to the left, -1 for angle_pwm_min to the right
0 commit comments