2020-03-05 01:55:33 +08:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Computer Vision Center (CVC) at the Universitat Autonoma de
|
|
|
|
# Barcelona (UAB).
|
|
|
|
#
|
|
|
|
# This work is licensed under the terms of the MIT license.
|
|
|
|
# For a copy, see <https://opensource.org/licenses/MIT>.
|
2020-03-05 23:49:16 +08:00
|
|
|
""" This module defines constants used for the sumo-carla co-simulation. """
|
|
|
|
|
|
|
|
# ==================================================================================================
|
|
|
|
# -- constants -------------------------------------------------------------------------------------
|
|
|
|
# ==================================================================================================
|
2020-03-05 01:55:33 +08:00
|
|
|
|
|
|
|
INVALID_ACTOR_ID = -1
|
2020-03-17 17:48:51 +08:00
|
|
|
SPAWN_OFFSET_Z = 25.0 # meters
|