diff scripts/polytracktopdtv.py @ 1226:d478d3122804

change of bicycle to cyclist
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 12 Jul 2023 12:12:37 -0400
parents cc5cb04b04b0
children 5654c9173548
line wrap: on
line diff
--- a/scripts/polytracktopdtv.py	Mon Jul 03 10:33:20 2023 -0400
+++ b/scripts/polytracktopdtv.py	Wed Jul 12 12:12:37 2023 -0400
@@ -25,7 +25,7 @@
           "1"  -> "car"
           "2"  -> "pedestrians"
           "3"  -> "motorcycle"
-          "4"  -> "bicycle"
+          "4"  -> "cyclist"
           "5"  -> "bus"
           "6"  -> "truck"
           ... and other type if the objects_type table is defined in SQLite'''
@@ -38,7 +38,7 @@
         typeDict["1"] = "car"
         typeDict["2"] = "pedestrians"
         typeDict["3"] = "motorcycle"
-        typeDict["4"] = "bicycle"
+        typeDict["4"] = "cyclist"
         typeDict["5"] = "bus"
         typeDict["6"] = "truck"