Updated content versions

This commit is contained in:
Axel 2021-10-26 10:09:01 +02:00 committed by bernat
parent 76ad143dbe
commit e28186d3db
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* Added API functions to 3D vectors: `squared_length`, `length`, `make_unit_vector`, `dot`, `dot_2d`, `distance`, `distance_2d`, `distance_squared`, `distance_squared_2d`, `get_vector_angle`
* Added API functions to 2D vectors: `squared_length`, `length`, `make_unit_vector`
* Added missing dependency `libomp5` to Release.Dockerfile
* Added physical simulation to vehicle doors, capable of opening and closing
* Fixed global route planner crash when being used at maps without lane markings
* Added two new examples to PythonAPI/util: Conversion of OpenStreetMaps to OpenDRIVE maps `osm_to_xodr.py` and Extraction of map spawn points `extract_spawn_points.py`

View File

@ -35,4 +35,4 @@
0.9.10: 20200925_88f9ceb
0.9.11: 20201222_232b876
0.9.12: 20210730_564bcdc
Latest: 20210914_3d3ba4a
Latest: 20211025_9055ff0