Docs/development_tutorials.md
CARLA is open source and designed to be highly extensible. This allows users to create custom functionality or content to suit specialized applications or specific needs. The following tutorials detail how to achieve specific development aims with the CARLA codebase:
If you want to develop your own fork of CARLA and publish releases of your code, follow this guide.
Our content resides on a separate Git LFS repository. As part of our build system, we generate and upload a package containing the latest version of this content tagged with the current date and commit. Regularly, we upgrade the CARLA repository with a link to the latest version of the content package. Please follow these instructions to upgrade content.
CARLA has a set of semantic tags already defined suitable for most use cases. However, if you need additional classes you can add them as detailed in this guide
You can modify CARLA's C++ code to create new sensors for your custom use cases. Please find the details here
CARLA has a benchmarking script to help with benchmarking performance on your system. Find the full details here
Details on the binary file format for the recorder can be found here
Details on generating more accurate collision boundaries for vehicles can be found in this guide