Skip to content

Commit 89c864f

Browse files
committed
changelog
1 parent bac6931 commit 89c864f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## CARLA 0.9.15
22

3+
* Added Digital Twins feature version 0.1. Now you can create your own map based on OpenStreetMaps
4+
* Added new maps: Town13 (is a large map) and Town15
5+
* The spectator will be used to load tiles and actor in Large Maps when no other actors with the rolename 'ego_vehicle' or 'hero' are present. Added the `spectator_as_ego` to the `carla.WorldSettings()` to allow users to disable this behavior.
6+
* Add keyword arguments for `carla.TrafficManager` Python API functions
37
* Added build support for VS2022 and Ninja for LibCarla and osm2odr on Windows
4-
* Fixed bug causing the TM's unstuck logic to incorrectly remove the vehicles in some situations.
5-
* Fixed the extra data in Directx textures, so we need to copy row by row on Windows to remove extra bytes on images
6-
* Fixed vertices of big meshes (more than 65k vertices) in CarlaExporter
7-
* Fixed sensors to check for the stream to be ready (race condition)
88
* Added empty actor
9-
* The spectator will be used to load tiles and actor in Large Maps when no other actors with the rolename 'ego_vehicle' or 'hero' are present. Added the `spectator_as_ego` to the `carla.WorldSettings()` to allow users to disable this behavior.
10-
* Fixed the import script, where could use any other TilesInfo.txt if the destination folder has many
119
* Restored gamma value to 2.2 instead of 2.4
1210
* CarlaExporter tool now exports the box collider and convex collider of the object if it has one, otherwise the mesh
1311
* Pedestrians with AI or in replayer are now faster around 10x. They have collisions disabled until they hit a vehicle.
@@ -16,12 +14,16 @@
1614
* `start_replaying.py` using flag `--move-spectator`
1715
* Surface non-unity build mode by passing ARGS=--no-unity to make; allows IWYU-type errors to be unmasked and fixed.
1816
* Added maps, vehicles, pedestrians and props catalogues to the documentation
19-
* Add keyword arguments for `carla.TrafficManager` Python API functions
20-
* Fixed bug causing the `FPixelReader::SavePixelsToDisk(PixelData, FilePath)` function to crash due to pixel array not set correctly.
2117
* Collisions detected by the CollisionSensor no longer generate more than one event per frame.
22-
* Fixed segfaults in Python API due to incorrect GIL locking under Python 3.10.
2318
* Added API function to load a map only if it is different from the current one.
2419
* Fixed a bug in the TrafficManager causing vehicles that reached an ending lane to have abnormal behavior while lane changing.
20+
* Fixed bug causing the TM's unstuck logic to incorrectly remove the vehicles in some situations.
21+
* Fixed the extra data in Directx textures, so we need to copy row by row on Windows to remove extra bytes on images
22+
* Fixed vertices of big meshes (more than 65k vertices) in CarlaExporter
23+
* Fixed sensors to check for the stream to be ready (race condition)
24+
* Fixed bug causing the `FPixelReader::SavePixelsToDisk(PixelData, FilePath)` function to crash due to pixel array not set correctly.
25+
* Fixed segfaults in Python API due to incorrect GIL locking under Python 3.10.
26+
* Fixed the import script, where could use any other TilesInfo.txt if the destination folder has many
2527

2628
## CARLA 0.9.14
2729

0 commit comments

Comments
 (0)