-
Notifications
You must be signed in to change notification settings - Fork 103
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
Support for Webots Versions <= 2022b #260
Comments
In this case it's the Webots world files themselves that are incompatible with < Webots 2022b, so it's entirely Webots that broke backwards compatibility and Scenic is completely unrelated. Regardless I don't think there's a pressing need to spend time adding support for old Webots versions unless there's a compelling reason, though it would be good to maintain support for any versions we currently support as long as it's not too much additional work. |
Will follow up with documentation updates and .wbt file updates! |
Version of Webots 2022b isn't entirely backward compatible with some of the working examples in the repo. Namely if you run the
I will add to the documentation that support for versions 2023a and above will be the defacto standard. |
System Details
Detailed Description
examples/webots
folder with a version of Webots < 2022b, it throws an error:Steps To Reproduce
.wbt
into webots for any given example in theexamples/webots
folder.Question: Do we want to support older version of webots? My guess is no given there were many breaking changes to the interface as described here: https://cyberbotics.com/doc/guide/from-2022a-to-2022b
Issue Submission Checklist
The text was updated successfully, but these errors were encountered: