-
Notifications
You must be signed in to change notification settings - Fork 367
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 standard v2.0 #937
Comments
Technically no, we currently only partially support OSC 1.0, so any changes done by higher versions are not supported. However, you can always do it yourself, and while that's probably not a satisfactory answer, if you are interested in a specific feature, I can provide some help with guidelines on how the OSC 1.0 support is done |
The difference between OpenSCENARIO 1.x and 2.0 is extreme and the new standard is overloaded with a lot of new concepts. Implementing Osc2.0 is extremely hard and requires IMO joint effort to make an open source implementation. For your information, I am the main developer behind Yase and we intend to do exactly this. The open sourced Yase framework is build to support multiple scenario formats (such as in OpenPASS with Osc1.x or company internal formats). This can be implemented agnostic of the simulator, so we can have a reuse of the frontend for many simulators. Internally we already use an Osc2 frontend with our internal simulators, however we still relay on some internal code. Once it is fully removed, we will share it so it can be used for more simulators such as carla. Until then one can already look into some (outdated) code to get the rough idea. If you plan to do something in direction Osc2.0, feel free to contact us so we can see how we can support & avoid redundant code! |
Hello, here is a project to support 2.0, it works pretty well: scenario_runner_openscenario_2.0 |
@SEEKERXC I am having an issue with OpenScenario while using the waypoint based scenario. Apparently the scenario runner is stuck with first event and not going to the next event. I used StoryboardElementStateCondition as the start trigger and do you have any experience or feedback about this ? |
@XiaoFei9704 , I am facing some challenges with Path Modifiers in Open Scenario 2.0, Can you provide some insights on same. |
Is it possible to execute scenarios in open scenario v2.0 or any open scenario standard higher than v1.0? I noticed in the documentation for Carla that the scenario runner only works with version 1.0!
The text was updated successfully, but these errors were encountered: