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):
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):