Typo fixed
This commit is contained in:
parent
1dd08c29e9
commit
55d87ef03a
|
@ -44,7 +44,7 @@ else:
|
|||
sys.exit("please declare environment variable 'SUMO_HOME'")
|
||||
|
||||
# ==================================================================================================
|
||||
# -- sumo integration importants -------------------------------------------------------------------
|
||||
# -- sumo integration imports ----------------------------------------------------------------------
|
||||
# ==================================================================================================
|
||||
|
||||
from sumo_integration.bridge_helper import BridgeHelper # pylint: disable=wrong-import-position
|
||||
|
|
|
@ -85,9 +85,9 @@ class SumoActorClass(enum.Enum):
|
|||
SumoActor = collections.namedtuple(
|
||||
'SumoActor', 'type_id vclass transform signals extent color')
|
||||
|
||||
# ==============================================================================
|
||||
# -- sumo simulation -----------------------------------------------------------
|
||||
# ==============================================================================
|
||||
# ==================================================================================================
|
||||
# -- sumo simulation -------------------------------------------------------------------------------
|
||||
# ==================================================================================================
|
||||
|
||||
|
||||
class SumoSimulation(object):
|
||||
|
|
Loading…
Reference in New Issue