4 Star 20 Fork 11

Gitee 极速下载/carla

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
.github
Co-Simulation
Docs
img
3rd_party_integrations.md
adv_agents.md
adv_benchmarking.md
adv_cpp_client.md
adv_digital_twin.md
adv_multigpu.md
adv_opendrive.md
adv_procedural_building_tool.md
adv_ptv.md
adv_recorder.md
adv_rendering_options.md
adv_rss.md
adv_sumo.md
adv_synchrony_timestep.md
adv_traffic_manager.md
bp_library.md
build_carla.md
build_docker.md
build_docker_unreal.md
build_faq.md
build_linux.md
build_linux_ue5.md
build_system.md
build_update.md
build_windows.md
build_windows_ue5.md
catalogue.md
catalogue_pedestrians.md
catalogue_props.md
catalogue_vehicles.md
cont_code_of_conduct.md
cont_coding_standard.md
cont_contribution_guidelines.md
cont_doc_standard.md
content_authoring_large_maps.md
core_actors.md
core_concepts.md
core_map.md
core_sensors.md
core_world.md
cpp_client_cmake_windows.md
custom_assets_tutorials.md
development_tutorials.md
download.md
ecosys_ansys.md
ecosys_ros.md
ecosys_simready.md
ecosys_synkrotron.md
ext_docs.md
extra.css
extra.js
foundations.md
index.md
large_map_import.md
large_map_overview.md
large_map_roadrunner.md
map_town01.md
map_town02.md
map_town03.md
map_town04.md
map_town05.md
map_town06.md
map_town07.md
map_town10.md
map_town11.md
map_town12.md
map_town13.md
map_town15.md
maps_tutorials.md
plugins_carlaviz.md
python_api.md
ref_cpp.md
ref_recorder_binary_file_format.md
ref_sensors.md
release_readme.md
requirements.txt
ros_documentation.md
start_introduction.md
start_quickstart.md
ts_traffic_simulation_overview.md
tuto_A_add_props.md
tuto_A_add_vehicle.md
tuto_A_create_standalone.md
tuto_A_material_customization.md
tuto_D_contribute_assets.md
tuto_D_create_semantic_tags.md
tuto_D_create_sensor.md
tuto_D_customize_vehicle_suspension.md
tuto_D_generate_colliders.md
tuto_D_make_release.md
tuto_G_add_friction_triggers.md
tuto_G_bounding_boxes.md
tuto_G_carsim_integration.md
tuto_G_chrono.md
tuto_G_control_vehicle_physics.md
tuto_G_control_walker_skeletons.md
tuto_G_getting_started.md
tuto_G_instance_segmentation_sensor.md
tuto_G_openstreetmap.md
tuto_G_pedestrian_bones.md
tuto_G_pygame.md
tuto_G_retrieve_data.md
tuto_G_rllib_integration.md
tuto_G_scenic.md
tuto_G_texture_streaming.md
tuto_G_traffic_manager.md
tuto_M_add_map_alternative.md
tuto_M_add_map_package.md
tuto_M_add_map_source.md
tuto_M_custom_add_tl.md
tuto_M_custom_buildings.md
tuto_M_custom_layers.md
tuto_M_custom_map_overview.md
tuto_M_custom_road_painter.md
tuto_M_custom_weather_landscape.md
tuto_M_generate_map.md
tuto_M_generate_pedestrian_navigation.md
tuto_M_manual_map_package.md
tuto_content_authoring_maps.md
tuto_content_authoring_vehicles.md
tuto_content_authoring_vehicles_materials.md
tuto_first_steps.md
tutorials.md
Examples/CppClient
Import
LibCarla
PythonAPI
Unreal/CarlaUE4
Util
osm-world-renderer
.gitattributes
.gitignore
.pep8
.readthedocs.yaml
.travis.yml
CHANGELOG.md
CMakeLists.txt
Doxyfile
Jenkinsfile
LICENSE
Makefile
README.md
Update.bat
Update.sh
mkdocs.yml
wheel_config.ini
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/carla-simulator/carla
Clone or Download
custom_assets_tutorials.md 2.19 KB
Copy Edit Raw Blame History
MattRowe18 authored 3 years ago . Docs preview (#4983)

Custom assets

CARLA has a wealth of assets available out of the box including full towns and cities with road networks, buildings and infrastructure, vehicles and pedestrians to populate your simulations. However, for many applications, you may want to add your own assets and CARLA is fully capable of loading new assets created entirely by the user for maximum extensability.

The following documentation details numerous techniques for creating your own assets and adding them to CARLA.

Adding props

Props are the assets populating the scene, other than the roads and vehicles. That includes streetlights, buildings, trees, and much more. The simulator can ingest new props anytime in a simple process. This is really useful to create customized environments in a map. This document demonstrates how to create and include custom props.

Adding vehicles

Vehicles are the bread and butter of CARLA. They serve to simulate other road users and act as a virtual emulation of the vehicle that an autonomous agent is built to control. CARLA has a large, growing library of vehicles out of the box, but for specialised applications, CARLA is capable of loading custom designed vehicles. This document details how to create and import custom vehicles.

Packaging assets

It is a common practice in CARLA to manage assets with standalone packages. Keeping them aside allows to reduce the size of the build. These asset packages can be easily imported into a CARLA package anytime. They also become really useful to easily distribute assets in an organized way. This document demonstrates how to package assets for use in CARLA.

Custom materials

The CARLA team prepares every asset to run under certain default settings. However, users that work in a build from source can modify these to best suit their needs. This document demonstrates how to achieve this.

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

Search