We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370349f commit cc5e090Copy full SHA for cc5e090
ETSAuto.bat
@@ -0,0 +1,7 @@
1
+@echo off
2
+call conda activate
3
+start python Selfdrive/User/user_launcher.py
4
+start python Selfdrive/Perception/perception_launcher.py
5
+start python Selfdrive/Condition/condition_launcher.py
6
+start python Selfdrive/Planning/Planning_launcher.py
7
+start python Selfdrive/Control/control_launcher.py
0 commit comments