Skip to content

Commit

Permalink
Update minimum CARLA version to 0.9.14 (#1082)
Browse files Browse the repository at this point in the history
* Remove version redundancy

* Merge branch 'master' of https://github.com/carla-simulator/scenario_runner

* Update minimum CARLA version
  • Loading branch information
PabloVD committed May 17, 2024
1 parent 0636313 commit c5b70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_carla_version():
from srunner.scenarioconfigs.osc2_scenario_configuration import OSC2ScenarioConfiguration

# Minimum version of CARLA that is required
MIN_CARLA_VERSION = '0.9.15'
MIN_CARLA_VERSION = '0.9.14'


class ScenarioRunner(object):
Expand Down

0 comments on commit c5b70b1

Please sign in to comment.