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
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)
47
48
@@ -59,4 +60,9 @@
59
60
# In our case Higher temperature means less agressive driving and lower temperature means more aggressive driving.
60
61
61
62
62
-
LOGGING_LEVEL=logging.DEBUG# can be either NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL
63
+
LOGGING_LEVEL=logging.DEBUG# can be either NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL
64
+
65
+
#Startup
66
+
CAMERA_STREAM_ON_START=True#If True the camera stream will start at the launch of the car
67
+
BACKEND_ON_START=True#If True the backend will start at the launch of the car
68
+
LIDAR_STREAM_ON_START=True#If True the lidar stream will start at the launch of the car
0 commit comments