Skip to content

Commit c5b70b1

Browse files
authored
Update minimum CARLA version to 0.9.14 (#1082)
* Remove version redundancy * Merge branch 'master' of https://github.com/carla-simulator/scenario_runner * Update minimum CARLA version
1 parent 0636313 commit c5b70b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenario_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_carla_version():
5757
from srunner.scenarioconfigs.osc2_scenario_configuration import OSC2ScenarioConfiguration
5858

5959
# Minimum version of CARLA that is required
60-
MIN_CARLA_VERSION = '0.9.15'
60+
MIN_CARLA_VERSION = '0.9.14'
6161

6262

6363
class ScenarioRunner(object):

0 commit comments

Comments
 (0)