Do you want to contribute? Awesome!
Here are some basic first steps to take when finding a bug in scenariogeneration.
- Check your version, scenariogeneration is constantly growing and fixing small bugs, so make sure it haven't been fixed with in a newer version.
- Check if a previous issue has been rased about the same bug.
If the issue has not been fixed, the raise a new issue. Please provide a clear example, either with a code snippet or a txt file (python), where the bug is reproduced, and explain what you expect to happen.
If you know the issue and already solved it, feel free to create a pull request (aswell as an issue) where the issue is fixed, and link it to the issue.
We strive as much as possible, between release, to keep backward compability. This is not always possible, if larger bugs are found or the API has to change (usually with a new version of OpenSCNEARIO or OpenDRIVE) then API changes will be done. This said, typos and naming convensions of input variables will not be changed easily.
Just open an issue and suggest, ask or start your discussion.
Thanks! :)