-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSCENARIO + Agent support #577
Comments
Hi, |
That is great! I just miss one thing, different from We want to assess the vehicle behavior in two ways with the simulator: 1 - Assess the agent safety with OpenSCENARIO scenes (control the ego with an implemented agent and collect data from sensors) Since I could not find a way to setup sensors on the ego vehicle and build scenarios with OpenSCENARIO, right now our solution has been a modification on the original code, we remove the if condition that blocks the use of agent + OpenSCENARIO and passes our implemented agent as a parameter normally (so we can setup sensors to the ego car and control it without OpenSCENARIO). Also, we add a new flag |
Setting up sensors can be done through the control as well. You just have to pass the sensors as properties in the XOSC file, or you hard-code them in your control implementation. I did that for the one I am currently using for my own purpose. |
Hello Everyone, I have the same challenge. Thank you in advance |
hello can you provide us with an example how you implemented sensors pls?
|
Hi,
I have one question about the support for OpenSCENARIO. I would like to know why we cannot run a scenario from OpenSCENARIO with an agent implemented?
Agents are currently only compatible with route scenarios
It would be interesting to define a scenario with OpenSCENARIO and test my agent on it. Also, right now I don't see how to define the ego car on OpenSCENARIO and setup sensors on it, so the OpenSCENARIO does not help me to collect sensor data from the specified scenarios.
The text was updated successfully, but these errors were encountered: