pyoscx / scenariogeneration

Python library to generate linked OpenDRIVE and OpenSCENARIO files
Mozilla Public License 2.0
256 stars 81 forks source link

resolves wrong unit for km/h #222

Open leisemann opened 4 months ago

leisemann commented 4 months ago

current implementation used kph which is not defined in the standard https://publications.pages.asam.net/standards/ASAM_OpenDRIVE/ASAM_OpenDRIVE_Specification/latest/specification/16_annexes/enumerations/core/top_enu_e_unitSpeed.html Kph also lead to error in esmini, this problem is solved when using km/h

atingber commented 1 month ago

Thank you for the pull request! Looks good, but since this might break backwards compatibility we save this for next release that includes multiple breaking changes.