carla/PythonAPI
MarcelPiNacy-CVC 239b73e849
Add temporary workaround for the memory blowup issue (#8098)
* Add temporary workaround for the memory blowup issue during save_to_disk.

* Add more fixes on the server side. Update gitignore to remove the _out folder in PythonAPI/examples.

* Enable clangd support. (#8104)

* Enable clangd support.

* Disable CMAKE_EXPORT_COMPILE_COMMANDS by default.

* Revert unwanted target rename.

* Solves the crash on server side

We still have an unhandled exception on client side, but it doesn't affect nominal behaviour.

* Revert "Merge branch 'marcel/leak-workaround' of https://github.com/carla-simulator/carla into marcel/leak-workaround"

This reverts commit 89c211e780, reversing
changes made to 908c203fca.

* Reapply "Merge branch 'marcel/leak-workaround' of https://github.com/carla-simulator/carla into marcel/leak-workaround"

This reverts commit fc2402efdb.

* Fixed crash on client side

Now it's both client and server crashes fixed. By removing posts but keeping async read/write, we make sure saving to disk is sequential but there's no error if it gets interrupted.

* Cleanup of Changes -- Preparation for PR

---------

Co-authored-by: Jorge Virgos <jorgevirgos.dev@gmail.com>
2024-09-06 13:56:50 +02:00
..
carla Propagate CMake generator to scikit-build-core. (#8110) 2024-09-04 16:59:01 +02:00
docs Adding Differential Type as int 2024-05-23 16:50:10 +02:00
examples Add temporary workaround for the memory blowup issue (#8098) 2024-09-06 13:56:50 +02:00
test Removing deprecated properties from Chaos vehicle and wheels 2024-05-22 12:56:09 +02:00
util Adding new vehicle and wheel configuration properties 2024-05-23 16:50:10 +02:00
.gitignore Add wheel package generation. (#7334) 2024-04-09 16:32:09 +02:00
.pylintrc Update pylintrc, fix vehicle lights on restricted vehicle control 2020-07-14 17:53:28 +02:00
CMakeLists.txt Propagate CMake generator to scikit-build-core. (#8110) 2024-09-04 16:59:01 +02:00