Updated content versions
This commit is contained in:
parent
76ad143dbe
commit
e28186d3db
|
@ -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`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue