Skip to content

Commit fb4678f

Browse files
fix bus type for lxd and add ad_shuttle mapping to other
1 parent 9b36086 commit fb4678f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

omega_prime/converters/lxd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
"Car": vct.TYPE_CAR,
1313
"car": vct.TYPE_CAR,
1414
"Truck": vct.TYPE_HEAVY_TRUCK,
15-
"truck_bus": vct.TYPE_HEAVY_TRUCK,
15+
"truck_bus": vct.TYPE_BUS,
1616
"truck": vct.TYPE_HEAVY_TRUCK,
1717
"bicycle": vct.TYPE_BICYCLE,
1818
"van": vct.TYPE_DELIVERY_VAN,
19+
"ad_shuttle": vct.TYPE_OTHER
1920
}
2021
pedestrians = {"pedestrian": betterosi.MovingObjectType.TYPE_PEDESTRIAN}
2122

0 commit comments

Comments
 (0)