Skip to content

Commit d23f3dc

Browse files
committed
Merge branch 'dev'
2 parents 4c8f4d5 + 32465c3 commit d23f3dc

File tree

1,055 files changed

+25531
-140893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,055 files changed

+25531
-140893
lines changed

.github/issue_template.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
33
Thanks for contributing to CARLA!
44
5+
If you are reporting an issue, please use the following outline:
6+
7+
CARLA version:
8+
Platform/OS:
9+
Problem you have experienced:
10+
What you expected to happen:
11+
Steps to reproduce:
12+
Other information (documentation you consulted, workarounds you tried):
13+
514
If you are asking a question please make sure your question was not asked before
6-
by searching among the existing issues. Also make sure you have read our
7-
documentation and FAQ at http://carla.readthedocs.io.
15+
by searching among the existing issues and checking the CARLA forum https://github.com/carla-simulator/carla/discussions. Also make sure you have read ourdocumentation and FAQ at http://carla.readthedocs.io.
816
917
If your question is about creating content (assets, levels) you'll most likely
1018
have all the info you need in the Unreal Engine's documentation
@@ -13,7 +21,4 @@ https://docs.unrealengine.com
1321
Please, keep the threads focused and single-themed. Make them easy to find
1422
for everyone.
1523
16-
If you are reporting an issue, please provide the CARLA version number you are
17-
using and your Platform/OS.
18-
19-
-->
24+
-->

CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## CARLA 0.9.12
2+
3+
* Changed the resolution of the cached map in Traffic Manager from 0.1 to 5 meters
4+
* Fixed import sumo_integration module from other scripts
5+
* CARLA now is built with Visual Studio 2019 in Windows
6+
* Fixed bug causing the RoadOptions at the BehaviorAgent to not work as intended
7+
* Upgrading to Unreal Engine 4.26
8+
* Added generation attribute to vehicles and pedestrians
9+
* Added Lincoln 2020 vehicle dimensions for CarSim integration
10+
* Enabling the **no_delay** option to RPC and stream sockets
11+
* The special nomenclature to define roads (ROAD_ROAD), sidewalks (ROAD_SIDEWALK)... can be at any position of the asset name
12+
* Improved performance bencharmark script: sync, map and sensor selection, ...
13+
* Improved performance, destroyed PhysX state for vehicles when physics are disable
14+
* Improved parallelism of raycast sensors in system with large number of cores
15+
* Added 'visualize_multiple_sensors' example
16+
* Added 'check_lidar_bb' util script
17+
* Added optional flag to `client.replay_file()` `replay_sensors` to enable or disable the replaying the sensors
18+
* Improved manual_control: now cameras are set in relation with car size
19+
* Client required files are sent from the server to a local cache (OpenDRIVE, Traffic Manager...)
20+
* Added CHRONO library for vehicle dynamics simulation (https://projectchrono.org/)
21+
- Supported JSON vehicle definition
22+
- Unsupported collision dynamics
23+
* Added performance benchmarking section to documentation
24+
* Added API functions to traffic light actor `get_effect_waypoints()`, `get_light_boxes()` and `get_opendrive_id()`
25+
* Added API functions to world `get_traffic_lights_from_waypoint()`, `get_traffic_lights_in_junction` and `get_traffic_light_from_opendrive_id`
26+
* Added API parameters to `WorldSettings`: `tile_stream_distance` and `actor_active_distance`
27+
* Added API parameters and functions to `Osm2OdrSettings`: `proj_string`, `center_map`, `generate_traffic_lights`, `all_junctions_with_traffic_lights`, `set_osm_way_types`, and `set_traffic_light_excluded_way_types`
28+
* Added API function to enable car telemetry
29+
* CARLA is compatible with the last RoadRunner nomenclature for road assets
30+
* Fixed a bug when importing a FBX map with some **_** in the FBX name
31+
* Extended make import process for applying road painter materials (carla art tool)
32+
* Added Large Map feature to CARLA, alowing to import large maps divided in square tiles (at most 2kmx2km per tile). Only section of a Large Map can be loaded at a time which introduces a sleep state for actors that are far away from the hero vehicle
33+
* Added creation of custom JSON file for applying decals to imported roads
34+
* Added ApplyVehiclePhysicsControl to commands
35+
* Added flush in the sublevel loading to increase carla's determinism in Opt maps
36+
* Fix bug in carla.Transform.get_up_vector()
37+
* Fix bug in lidar channel point count
38+
* Fix imu: some weird cases were given nan values
39+
* Fix bugs in apply_physics_control and friction trigger
40+
* Exposed tire parameters for longitudinal and lateral stiffness in the PhysicsControl.
41+
* When setting a global plan at the LocalPlanner, it is now optional to stop the automatic fill of the waypoint buffer
42+
* Improved agent's vehicle detection to also take into account the actor bounding boxes
43+
* Added Optical Flow camera
44+
* API extensions:
45+
- Added `set_wheel_steer_direction()` function to change the bone angle of each wheel of a vehicle
46+
- Added `get_wheel_steer_angle()` function to get the steer angle of a vehicle wheel
47+
- Added `scattering_intensity` , `mie_scattering_scale` , `rayleigh_scattering_scale` to PythonAPI for changing weather attributes
48+
- Improved the python agents API. Old behaviors have been improved and new ones have also been added, improving the functionalities of the agents. Several bugs have also been fixed
49+
150
## CARLA 0.9.11
251

352
* Improved the documentation for use with pandoc tool by converting html tags to their markdown equivalent
56.6 KB
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
PARSFILE
2+
#FullDataName Vehicle: Sprung Mass`Lincoln 2020`CARLA
3+
#VehCode Rigid sprung mass
4+
#RingCtrl0 0
5+
#CheckBox2 0
6+
X_LENGTH 2860
7+
Y_LENGTH 1500
8+
iaxle 2
9+
iside 1
10+
LX_AXLE 2860
11+
LX_CG_SU 1471
12+
M_SU 2404
13+
IXX_SU 536.6
14+
IYY_SU 1536.7
15+
IZZ_SU 1536.7
16+
IXZ_SU 0
17+
*RX 0.472
18+
*RY 0.800
19+
*RZ 0.800
20+
Y_CG_SU 0
21+
H_CG_SU 359
22+
IXY_SU 0
23+
IYZ_SU 0
24+
Z_LENGTH 1300
25+
Y_LENGTH 1800
26+
*HWC_LF 359
27+
*HWC_RF 359
28+
*HWC_LR 359
29+
*HWC_RR 359
30+
H_WC 359
31+
iside 2
32+
H_WC 359
33+
iaxle 1
34+
iside 1
35+
H_WC 359
36+
iside 2
37+
H_WC 359
38+
iaxle 2
39+
iside 1
40+
41+
LOG_ENTRY Used Dataset: Vehicle: Sprung Mass; { CARLA } Lincoln 2020
42+
#Library : Vehicle: Sprung Mass
43+
#DataSet : Lincoln 2020
44+
#Category: CARLA
45+
#FileID : SprMass_d80b7dcb-e4b1-4456-9d41-6fc41b8cd79a
46+
#Product : CarSim 2020.0
47+
#VehCode Rigid sprung mass
48+
49+
END

Co-Simulation/PTV-Vissim/data/vtypes.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"vehicle.bmw.grandtourer",
66
"vehicle.citroen.c3",
77
"vehicle.jeep.wrangler_rubicon",
8-
"vehicle.lincoln.mkz2017",
9-
"vehicle.mercedes-benz.coupe",
10-
"vehicle.mini.cooperst",
11-
"vehicle.mustang.mustang",
8+
"vehicle.lincoln.mkz_2017",
9+
"vehicle.mercedes.coupe",
10+
"vehicle.mini.cooper_s",
11+
"vehicle.ford.mustang",
1212
"vehicle.nissan.micra",
1313
"vehicle.nissan.patrol",
1414
"vehicle.seat.leon",

Co-Simulation/Sumo/data/vtypes.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"vehicle.jeep.wrangler_rubicon": {
2525
"vClass": "passenger"
2626
},
27-
"vehicle.lincoln.mkz2017": {
27+
"vehicle.lincoln.mkz_2017": {
2828
"vClass": "passenger"
2929
},
30-
"vehicle.mercedes-benz.coupe": {
30+
"vehicle.mercedes.coupe": {
3131
"vClass": "passenger"
3232
},
33-
"vehicle.mini.cooperst": {
33+
"vehicle.mini.cooper_s": {
3434
"vClass": "passenger"
3535
},
36-
"vehicle.mustang.mustang": {
36+
"vehicle.ford.mustang": {
3737
"vClass": "passenger"
3838
},
3939
"vehicle.nissan.micra": {
@@ -49,11 +49,11 @@
4949
"vClass": "passenger",
5050
"guiShape": "passenger/van"
5151
},
52-
"vehicle.dodge_charger.police": {
52+
"vehicle.dodge.charger_police": {
5353
"vClass": "authority",
5454
"guiShape": "police"
5555
},
56-
"vehicle.bmw.isetta": {
56+
"vehicle.micro.microlino": {
5757
"vClass": "evehicle"
5858
},
5959
"vehicle.toyota.prius": {

Co-Simulation/Sumo/examples/carlavtypes.rou.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<vType id="vehicle.audi.a2" length="3.7186214923858643" width="1.7924479246139526" height="1.5354934930801392" vClass="passenger"/>
55
<vType id="vehicle.audi.tt" length="4.147226333618164" width="2.0032031536102295" height="1.382421851158142" vClass="passenger"/>
66
<vType id="vehicle.carlamotors.carlacola" length="5.1992292404174805" width="2.6150190830230713" height="2.4768505096435547" vClass="truck" guiShape="truck"/>
7-
<vType id="vehicle.dodge_charger.police" length="5.010976314544678" width="2.054335832595825" height="1.5807031393051147" vClass="authority" guiShape="police"/>
7+
<vType id="vehicle.dodge.charger_police" length="5.010976314544678" width="2.054335832595825" height="1.5807031393051147" vClass="authority" guiShape="police"/>
88
<vType id="vehicle.jeep.wrangler_rubicon" length="3.8681068420410156" width="1.906570553779602" height="1.8799999952316284" vClass="passenger"/>
99
<vType id="vehicle.chevrolet.impala" length="5.369193077087402" width="2.052736520767212" height="1.4150995016098022" vClass="passenger"/>
10-
<vType id="vehicle.mini.cooperst" length="3.8021926879882812" width="1.9740344285964966" height="1.4750006198883057" vClass="passenger"/>
11-
<vType id="vehicle.bmw.isetta" length="2.2024967670440674" width="1.4853248596191406" height="1.3464953899383545" vClass="evehicle"/>
10+
<vType id="vehicle.mini.cooper_s" length="3.8021926879882812" width="1.9740344285964966" height="1.4750006198883057" vClass="passenger"/>
11+
<vType id="vehicle.micro.microlino" length="2.2024967670440674" width="1.4853248596191406" height="1.3464953899383545" vClass="evehicle"/>
1212
<vType id="vehicle.audi.etron" length="4.892005443572998" width="2.08632230758667" height="1.6511509418487549" vClass="evehicle"/>
13-
<vType id="vehicle.mercedes-benz.coupe" length="5.043785095214844" width="2.1629974842071533" height="1.640134572982788" vClass="passenger"/>
13+
<vType id="vehicle.mercedes.coupe" length="5.043785095214844" width="2.1629974842071533" height="1.640134572982788" vClass="passenger"/>
1414
<vType id="vehicle.bmw.grandtourer" length="4.639087677001953" width="2.259321928024292" height="1.6781779527664185" vClass="passenger"/>
1515
<vType id="vehicle.toyota.prius" length="4.538333415985107" width="2.0011305809020996" height="1.5373616218566895" vClass="evehicle"/>
1616
<vType id="vehicle.citroen.c3" length="3.9753477573394775" width="1.862074851989746" height="1.6257729530334473" vClass="passenger"/>
17-
<vType id="vehicle.mustang.mustang" length="4.904701232910156" width="2.0606582164764404" height="1.478397011756897" vClass="passenger"/>
17+
<vType id="vehicle.ford.mustang" length="4.904701232910156" width="2.0606582164764404" height="1.478397011756897" vClass="passenger"/>
1818
<vType id="vehicle.tesla.model3" length="4.808821678161621" width="2.1695058345794678" height="1.5231821537017822" vClass="evehicle"/>
1919
<vType id="vehicle.diamondback.century" length="1.6562436819076538" width="0.42141881585121155" height="1.49351167678833" vClass="bicycle"/>
2020
<vType id="vehicle.gazelle.omafiets" length="1.843441367149353" width="0.4674844741821289" height="1.590073823928833" vClass="bicycle"/>
@@ -23,7 +23,7 @@
2323
<vType id="vehicle.tesla.cybertruck" length="6.364232063293457" width="2.3934903144836426" height="2.1439828872680664" vClass="evehicle"/>
2424
<vType id="vehicle.volkswagen.t2" length="4.473711013793945" width="1.8112499713897705" height="2.0543651580810547" vClass="passenger" guiShape="passenger/van"/>
2525
<vType id="vehicle.kawasaki.ninja" length="2.043684244155884" width="0.7969123125076294" height="1.374603033065796" vClass="motorcycle"/>
26-
<vType id="vehicle.lincoln.mkz2017" length="4.904701232910156" width="2.0606582164764404" height="1.478397011756897" vClass="passenger"/>
26+
<vType id="vehicle.lincoln.mkz_2017" length="4.904701232910156" width="2.0606582164764404" height="1.478397011756897" vClass="passenger"/>
2727
<vType id="vehicle.seat.leon" length="4.207873821258545" width="1.8198652267456055" height="1.4694602489471436" vClass="passenger"/>
2828
<vType id="vehicle.yamaha.yzf" length="2.1907684803009033" width="0.7662330269813538" height="1.6345058679580688" vClass="motorcycle"/>
2929
<vType id="vehicle.nissan.patrol" length="4.519999980926514" width="1.9199999570846558" height="1.8871309757232666" vClass="passenger"/>

0 commit comments

Comments
 (0)