|
@@ -443,10 +443,10 @@ class Batchrun:
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
- rootPath = "/media/hancheng/Simulation5/pujin/pujin_outdoor/10_23"
|
|
|
-
|
|
|
-
|
|
|
- vehicle_type = "0"
|
|
|
+
|
|
|
+ rootPath = sys.argv[1]
|
|
|
+ vehicle_type = sys.argv[2]
|
|
|
+
|
|
|
|
|
|
a = Batchrun(rootPath, "pos_pji.csv")
|
|
|
a.batchRun(rootPath, vehicle_type)
|