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
Describe our question or idea
I am trying to run route-based scenarios on scenario_runner with smart agents that require access to some sensors, like specified inside the scenario_runner file
parser.add_argument(
'--route', help='Run a route as a scenario (input: (route_file,scenario_file,[route id]))', nargs='+', type=str)
parser.add_argument(
'--agent', help="Agent used to execute the scenario. Currently only compatible with route-based scenarios.")
parser.add_argument('--agentConfig', type=str, help="Path to Agent's configuration file", default="")
When I try autonomous agent and human agent it works fine, but when it try with agents that require sensors I have the error shown on the screenshot, If you've been through this problem before or have any idea, feel free to comment it down.
Screenshots
Desktop (please complete the following information):
OS: [Windows 11]
CARLA Version [CARLA 0.9.10.1]
Python version [3.7.9]
Version [0.9.10]
The text was updated successfully, but these errors were encountered:
Describe our question or idea
I am trying to run route-based scenarios on scenario_runner with smart agents that require access to some sensors, like specified inside the scenario_runner file
parser.add_argument(
'--route', help='Run a route as a scenario (input: (route_file,scenario_file,[route id]))', nargs='+', type=str)
parser.add_argument(
'--agent', help="Agent used to execute the scenario. Currently only compatible with route-based scenarios.")
parser.add_argument('--agentConfig', type=str, help="Path to Agent's configuration file", default="")
When I try autonomous agent and human agent it works fine, but when it try with agents that require sensors I have the error shown on the screenshot, If you've been through this problem before or have any idea, feel free to comment it down.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: