diff python/ubc_utils.py @ 62:290fceb125d2

moved road user types and added plotting for all road users
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 04 Nov 2010 17:40:07 -0400
parents a8c6d544f015
children ded58c424783
line wrap: on
line diff
--- a/python/ubc_utils.py	Wed Nov 03 22:51:38 2010 -0400
+++ b/python/ubc_utils.py	Thu Nov 04 17:40:07 2010 -0400
@@ -6,12 +6,6 @@
 
 __metaclass__ = type
 
-userTypeNames = ['car',
-                 'pedestrian',
-                 'twowheels',
-                 'bus'
-                 'truck']
-
 fileTypeNames = ['feature',
                  'object',
                  'prototype',