You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run scenario runner on ubuntu 16.04 with python3 I get this or similar error with all scenarios:
Traceback (most recent call last):
File "scenario_runner.py", line 160, in
main(ARGUMENTS)
File "scenario_runner.py", line 97, in main
scenario = scenario_class(world, args.debug)
File "/usr/local/scenario_runner/Scenarios/object_crash_vehicle.py", line 152, in init
debug_mode=debug_mode)
File "/usr/local/scenario_runner/Scenarios/basic_scenario.py", line 79, in init
behavior = self._create_behavior()
File "/usr/local/scenario_runner/Scenarios/object_crash_vehicle.py", line 191, in _create_behavior
policy=py_trees.common.ParallelPolicy.SUCCESS_ON_ONE)
AttributeError: type object 'ParallelPolicy' has no attribute 'SUCCESS_ON_ONE'
The text was updated successfully, but these errors were encountered:
________________________________
From: Fabian Oboril <[email protected]>
Sent: Tuesday, January 22, 2019 6:10 AM
To: carla-simulator/scenario_runner
Cc: rguptatx; Author
Subject: Re: [carla-simulator/scenario_runner] AttributeError: type object 'ParallelPolicy' has no attribute 'SUCCESS_ON_ONE' (#23)
Hi,
which version of py_trees do you use? We support py_trees 0.8.x. It seems things have changed with version 1.x (there it is SuccessOnOne).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#23 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKCUehIzLmkC_a_kh2Yv5KDFQv2zcmZ3ks5vFqtKgaJpZM4aL7Ew>.
When I run scenario runner on ubuntu 16.04 with python3 I get this or similar error with all scenarios:
Traceback (most recent call last):
File "scenario_runner.py", line 160, in
main(ARGUMENTS)
File "scenario_runner.py", line 97, in main
scenario = scenario_class(world, args.debug)
File "/usr/local/scenario_runner/Scenarios/object_crash_vehicle.py", line 152, in init
debug_mode=debug_mode)
File "/usr/local/scenario_runner/Scenarios/basic_scenario.py", line 79, in init
behavior = self._create_behavior()
File "/usr/local/scenario_runner/Scenarios/object_crash_vehicle.py", line 191, in _create_behavior
policy=py_trees.common.ParallelPolicy.SUCCESS_ON_ONE)
AttributeError: type object 'ParallelPolicy' has no attribute 'SUCCESS_ON_ONE'
The text was updated successfully, but these errors were encountered: