You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,12 @@
8
8
* Added functions to get actor' bones and components names
9
9
* Added functions to get actor' sockets transforms
10
10
* make PythonAPI Windows: Fixed incompatibility issue with Anaconda due `py` command.
11
+
* Added function to get actor' sockets names
11
12
* Fixed bug in python agents when vehicle list was empty causing a check on all vehicles (BasicAgent.py) and detected pedestrians as vehicles if no pedestrains are present (BehaviourAgent.py)
13
+
* Extended debug drawing functions to allow drawing primitives on HUD layer
12
14
* Added possibility to change gravity variable in imui sensor for the accelerometer
15
+
* Fixed ROS2 native extension build error when ROS2 is installed in the system.
16
+
* ROS2Native: Force fast-dds dependencies download to avoid build crash when boost_asio and tinyxml2 are not installed in Linux.
13
17
* Unified the settings of the Python agents to use a dictionary structure for most of their parameters which further allows more dynamic changes.
14
18
15
19
## CARLA 0.9.15
@@ -39,6 +43,8 @@
39
43
* Fixed bug causing the `FPixelReader::SavePixelsToDisk(PixelData, FilePath)` function to crash due to pixel array not set correctly.
40
44
* Fixed segfaults in Python API due to incorrect GIL locking under Python 3.10.
41
45
* Fixed the import script, where could use any other TilesInfo.txt if the destination folder has many
46
+
* Fixed PythonAPI not installing on Debian due to deprecated function of distro in setup.py. Less ambiguous error for other posix platforms.
0 commit comments