4 Star 20 Fork 11

Gitee 极速下载/carla

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/carla-simulator/carla
克隆/下载
development_tutorials.md 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
MattRowe18 提交于 3年前 . Docs preview (#4983)

Development

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:

Make a release

If you want to develop your own fork of CARLA and publish releases of your code, follow this guide.

Upgrading content

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.

Create semantic tags

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

Creating a new sensor

You can modify CARLA's C++ code to create new sensors for your custom use cases. Please find the details here

Benchmarking performance

CARLA has a benchmarking script to help with benchmarking performance on your system. Find the full details here

Recorder binary file format

Details on the binary file format for the recorder can be found here

Generating collision boundaries

Details on generating more accurate collision boundaries for vehicles can be found in this guide

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/carla.git
git@gitee.com:mirrors/carla.git
mirrors
carla
carla
dev

搜索帮助