https://github.com/carla-simulator/carla

sort by:
Revision Author Date Message Commit Date
c733936 Fixed typo in CityScapes palette (#8137) 13 September 2024, 19:07:25 UTC
4d09f0a Porting the changes done to UE5 to fix the recording leak to UE4 The slowdown is considerably more noticeable here since the engine runs much smoother. This makes evident that this is a stopgap measure, and should be looked into further down the line. 12 September 2024, 12:26:28 UTC
9e94feb navigation information is now loaded when changing maps 11 September 2024, 20:01:15 UTC
c097d7a added digital twins video (#8090) 29 August 2024, 12:58:48 UTC
334740a Fixed Vector arithmetic 28 August 2024, 10:58:24 UTC
7633334 Corrections and additions more setters missing, wrong types corrected spelling 28 August 2024, 10:58:24 UTC
2b465bc Improved Callable and callbacks signature 28 August 2024, 10:58:24 UTC
aec0b26 Added Transform.inverse_transform and corrected signature parameter is called in_point not in_vector 28 August 2024, 10:58:24 UTC
58e0374 Corrected [try_]spawn_actor keyword name 28 August 2024, 10:58:24 UTC
26dc386 Improved get_waypoints and Literal type hints 28 August 2024, 10:58:24 UTC
798c9e1 Added setters for VehicleControl 28 August 2024, 10:58:24 UTC
77856f4 Various fixes - wrong signatures - wrong names 28 August 2024, 10:58:24 UTC
ca81e35 Added self parameter to property signatures 28 August 2024, 10:58:24 UTC
da80757 Fixes for wrong stubs - OpendriveGenerationParameter had no init - missing @property - wrong signatures 28 August 2024, 10:58:24 UTC
453ceca Fix: Enum values were tuples. Added Flag or Int to Enums 28 August 2024, 10:58:24 UTC
a959577 Better usage of Enum if typing.Self is availiable Using Self will not report an override / incompatible error. 28 August 2024, 10:58:24 UTC
b061f9e Fix spelling mistakes 28 August 2024, 10:58:24 UTC
f797e15 Improved get_waypoint disambiguation correctly added two overload function 28 August 2024, 10:58:24 UTC
41e595c Corrected and more precise type-hints - fixed carla.Waypoint.next_until_lane_end 28 August 2024, 10:58:24 UTC
d9c217e Added stubs for HUD drawing Functions from #7168 28 August 2024, 10:58:24 UTC
a089c3b Formatted some docstring to be shorter 28 August 2024, 10:58:24 UTC
19b892f Fix missing @property 28 August 2024, 10:58:24 UTC
8df99c0 Fix intendation shadowing methods 28 August 2024, 10:58:24 UTC
2935897 Added type hints for `values` attribute on enums 28 August 2024, 10:58:24 UTC
ddb5834 Corrected Sensor.is_listening Was changed to a function in 0.9.15. More info see: https://github.com/carla-simulator/carla/pull/7439 28 August 2024, 10:58:24 UTC
e765559 Added undocumented variables FutureActor laod_world_if_different 28 August 2024, 10:58:24 UTC
df1eb25 Disambiguated get_waypoint signature Syntax fix (squased) 28 August 2024, 10:58:24 UTC
caac503 Fixed CityObjectLabels 28 August 2024, 10:58:24 UTC
4c086ad ActorList.filter actually returns ActorList 28 August 2024, 10:58:24 UTC
1d4450b Filled in missing information and types. 28 August 2024, 10:58:24 UTC
0197e0a FIX: added ApplyTransform, fixed ApplyTorque 28 August 2024, 10:58:24 UTC
de33210 FIX: __init__ methods do not return 28 August 2024, 10:58:24 UTC
a0cff71 Added missing return value to reload_world 28 August 2024, 10:58:24 UTC
232cb8c Added missing -> World to load_world 28 August 2024, 10:58:24 UTC
755c0d8 Removed wrong unit indication 28 August 2024, 10:58:24 UTC
4c1104d Fixed spelling misstakes 28 August 2024, 10:58:24 UTC
f275e47 Added missing type for Labelled Point 28 August 2024, 10:58:24 UTC
7b2c1db Added DSVEventArray iterator 28 August 2024, 10:58:24 UTC
251b293 Updated changelog needs merge with dev version 28 August 2024, 10:58:24 UTC
bc6e7cd Fixed missing return types 28 August 2024, 10:58:24 UTC
be8735f Fixed Actor.parent Can be None or an Actor 28 August 2024, 10:58:24 UTC
951fcc4 Fixes and missing Iterators 28 August 2024, 10:58:24 UTC
fd44ea0 Add a `*.pyi` file for auto-completion & hints. To enable auto-completion and hints in code editors such as VScode, create a `*.pyi` file. This feature is compatible with `python 3.9` and later versions. 28 August 2024, 10:58:24 UTC
1ef3f55 Docs/unit updates (#8007) * fixed IMU units * updated autitwheel version 31 July 2024, 13:23:11 UTC
f2695a1 Aaron/fixwheelchair (#8001) * Fix OSM2ODR build * Updated fix wheelchair default value 31 July 2024, 11:10:11 UTC
eeb507e Added inverse transform (#7999) Co-authored-by: glopezdiest <glopez@cvc.uab.cat> 31 July 2024, 08:37:32 UTC
29fbcce Update README.md with new TinyURL links (#7988) 25 July 2024, 14:02:13 UTC
5c2d297 fixed IMU units (#7960) 17 July 2024, 10:33:47 UTC
4952c74 added cpp client build docs (#7942) 11 July 2024, 12:40:52 UTC
cf3cef9 Add control variable 08 July 2024, 11:09:07 UTC
8ba08e1 Update size value 08 July 2024, 11:09:07 UTC
e349dc7 Add wheelchair variation 08 July 2024, 11:09:07 UTC
4da0c74 Rework of BasicAgent's set_destination. Covers the 4 cases start_location=[None (default)/ not None] clean_queue = [True (default), False) 21 June 2024, 10:46:37 UTC
ec7d8fd Fixed fate error about number of wheels (#7800) 18 June 2024, 10:04:40 UTC
1803596 changed get_required_files docs (#7763) * changed get_required_files docs * fixed overwritten user data 10 June 2024, 15:02:53 UTC
2c85c52 Merge branch 'ruben/jenkins_migration' of github.com:carla-simulator/carla into dev 05 June 2024, 10:30:22 UTC
e257460 doucmentation is pulled/pushed to "dev" branch 05 June 2024, 10:29:36 UTC
5287e23 reverting credentials 04 June 2024, 13:41:49 UTC
4fa9d42 Merge branch 'dev' of github.com:carla-simulator/carla into dev 04 June 2024, 13:26:22 UTC
dae1d58 update credentials 04 June 2024, 13:23:46 UTC
b69f892 Docs/ue5 instructions (#7747) * added UE5 build instructions * added links in main build doc 04 June 2024, 10:28:12 UTC
76ccb94 Merge branch 'ruben/jenkins_migration' of github.com:carla-simulator/carla into dev 04 June 2024, 10:14:14 UTC
d6078ab reverting previous change: repo checkout is neccessary to have access to makefile 04 June 2024, 10:12:57 UTC
6898225 added UE5 build instructions (#7743) 04 June 2024, 09:56:30 UTC
3654f6b prevent test stages to download repo again 03 June 2024, 14:06:15 UTC
68ce217 master and dev branches do documentation upload on main branch 03 June 2024, 11:40:18 UTC
696d11f test only in gpu nodes 03 June 2024, 11:39:34 UTC
a06ab08 Named and type-hint supporting detection results for the python agents. (#7174) * Python agents: Created NamedTuple for Detection return types * Python 2.7 and <3.6 compatible code * Updated Changelog * removed print * Added file description * removed unnecessary line * Added Literal type hint for <3.8 Python --------- Co-authored-by: glopezdiest <58212725+glopezdiest@users.noreply.github.com> Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com> 31 May 2024, 15:37:10 UTC
01b1ede Expose Telemetry Data (#5153) * expose telemetry data to the client * CHANGELOG updated * minor fixes * Added new telemetry parameters: * Exposed omega instead of rpm * Added tire_load, normalized_long_force, normalized_lat_force --------- Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com> 31 May 2024, 11:36:46 UTC
d5c37f7 Corrected information that Sensor.is_listening is a method (#7439) Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com> 31 May 2024, 10:04:04 UTC
6aed213 fixed lidar in replayer mode with vehicles and walkers 31 May 2024, 09:42:31 UTC
317037a Removing useless code Co-authored-by: Xavier Solé Nogués <xavisolesoft@gmail.com> 31 May 2024, 08:56:02 UTC
e7d13e6 Removed unused variable 31 May 2024, 08:56:02 UTC
e6ba65d Uses switches depending on line type 31 May 2024, 08:56:02 UTC
a2ae705 hot fix ignore spectator variable on replayer 28 May 2024, 11:43:20 UTC
7b2ff04 Not tests V2X tick 24 May 2024, 10:33:41 UTC
e2ccc3c revert patchelf version to 0.12 (#7681) 21 May 2024, 13:05:12 UTC
6ffcdbe Aaron/fix dt windows v2 (#7680) * Fix OSM2ODR build * Avoid remove to root in windows 21 May 2024, 11:35:07 UTC
6886d25 Aaron/fixdigitaltwins windows (#7672) * Fix OSM2ODR build * Fixing UE4 DigitalTwins in Windows * Deal windows specific code until find workaround on saving files * Remove comments --------- Co-authored-by: LuisPoveda <101111439+LuisPoveda@users.noreply.github.com> 17 May 2024, 09:10:58 UTC
22fd085 avoid using python system version to audit wheel 16 May 2024, 15:57:48 UTC
8774a16 updated patchelf version 16 May 2024, 15:57:48 UTC
142ae0f Fixed wrong sha check sha256sum outputs <hash> <filename> failing the string check 15 May 2024, 05:45:46 UTC
12f0900 remove Houdini in Linux 13 May 2024, 16:21:19 UTC
73d6600 add removing houdini to be removed 13 May 2024, 16:21:19 UTC
9037124 Fix compilation issue 07 May 2024, 08:49:47 UTC
27b1490 Fix OSM2ODR build 07 May 2024, 08:49:47 UTC
7a54055 function name camel case 03 May 2024, 10:23:02 UTC
441372b removed structs, simple calc 03 May 2024, 10:23:02 UTC
b3f0dbe remove doubled defs 03 May 2024, 10:23:02 UTC
bace2f1 comments and formatting 03 May 2024, 10:23:02 UTC
780234b add EOF 03 May 2024, 10:23:02 UTC
52375d0 add changelog 03 May 2024, 10:23:02 UTC
7be2803 add EOFs 03 May 2024, 10:23:02 UTC
f9a49c5 remove ignore file 03 May 2024, 10:23:02 UTC
079f822 remove comment 03 May 2024, 10:23:02 UTC
c7cfdad v2x 2nd try 03 May 2024, 10:23:02 UTC
4da350a Unzip quiet 02 May 2024, 07:10:31 UTC
1071001 Fix windows 02 May 2024, 07:10:31 UTC
a1fb7a9 Implement OSM2ODR download retry for linux 02 May 2024, 07:10:31 UTC
e351561 Retry OSM2ODR download 02 May 2024, 07:10:31 UTC
back to top