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

sort by:
Revision Author Date Message Commit Date
7a7cb61 digital twin docs 1st draft 21 April 2023, 06:53:00 UTC
2d74605 fixed links for child pedestrians 21 March 2023, 09:09:13 UTC
a31c6bc Format fixed 20 March 2023, 19:21:39 UTC
391657b Component by class to avoid null static meshes 20 March 2023, 19:21:39 UTC
903e467 Package Saving improved 20 March 2023, 19:21:39 UTC
b620986 No actor definition longer needed 20 March 2023, 19:21:39 UTC
7704809 Merge actors for building and material definition 20 March 2023, 19:21:39 UTC
4e07008 Make (Unreal) non-unity build available (#6190) This lets IWYU-type errors be fixed; they are often masked by it. Fix all detected errors of this kind. Note that Unity is on by default, likely for performance reasons, so this does not change that; instead, pass ARGS=--no-unity to make to try it (note that this unfortunately will rebuild the editor too.) Co-authored-by: anrp <anrp@tri.global> Co-authored-by: Axel1092 <35765780+Axel1092@users.noreply.github.com> Co-authored-by: bernat <bernatx@gmail.com> 20 March 2023, 11:09:39 UTC
fba921c Bugfix: Pixel data not set correctly will crash when saving pixels to disk (#6235) 17 March 2023, 11:07:09 UTC
8d8d53c Fixed small error in python script 17 March 2023, 10:29:49 UTC
5487e17 Making Omniverse code optional 17 March 2023, 10:29:49 UTC
98c0145 Added patch for omniverse importer 17 March 2023, 10:29:49 UTC
5b600ed Fixed link errors. Added mesh merging functionality to the widgets. Interface to import USD props. 17 March 2023, 10:29:49 UTC
cd7ab57 WIP Automatize prop import 17 March 2023, 10:29:49 UTC
6d31d3f Updated content and changelog (#6175) * Updated changelog and content versions * Added vehicle.sixwheeltruck.sixwheeltruck to smoke test exclusion list * Fix old town tests * fixed vehicle id in smoke test * Update ContentVersions.txt --------- Co-authored-by: bernat <bernatx@gmail.com> 17 March 2023, 10:28:55 UTC
2805486 Update internal link (#5865) * Fix a typo in setting the max brake From self._max_steer to self._max_brake * Update internal link Link in the page navigation did not match the heading text later in the document, causing a broken link, and link text that does match the current content of the document. Update the link to match the body text/heading for building a package from source. --------- Co-authored-by: kykim0 <kykim144@gmail.com> Co-authored-by: bernat <bernatx@gmail.com> 17 March 2023, 10:28:14 UTC
50aa4f7 small text edit 14 March 2023, 09:34:33 UTC
f50231d replaced pedestrian images 14 March 2023, 09:34:33 UTC
9912f27 removed pedestrians images with pixelated textures 14 March 2023, 09:34:33 UTC
a41f4fe small typos 14 March 2023, 09:34:33 UTC
ab9b8f7 small type 14 March 2023, 09:34:33 UTC
f427c7c catalogue corrections 14 March 2023, 09:34:33 UTC
3ea23d6 Add keyword arguments for carla.TrafficManager Python API functions (#6246) * Update TrafficManager.cpp * Update CHANGELOG.md * Remove all default values except for set_path and set_route 09 March 2023, 08:53:51 UTC
3446937 Now the TilesInfo.txt file is searched only in the destination map folder 09 March 2023, 08:52:41 UTC
777b174 Digital Twins first iteration (#6260) * Added way to download files from overpass api * Save downloaded text to a file * Changed log type for File manipulation * Online process files when request is valid * Correct file format * Correct file format for UE4 class * Fix compilation issue due to name change * Create Widget with OpenFileDialogFunctionality * Step xodr to map completed * Generated Static meshes and replace procedural actors * Created and saved assets during road generation * Formatted file correctly * OSM To ODR broguht to UE4 * Full pipeline working on linux * Added osm2odr support in editor in Windos * Added Widget to CartaTools * Fixed Linux compilation error * Added Carla Game Instance included to avoid compilation error * Osm Renderer Tool dummy version * Server creates SVG files when client request it * SVG creation and rasterization - libraries integration * Server size working * Added Simplify to LibCarla, Added timers to measure time generation. Add mesh deformation during road creation. * Fixed mesh format translations * Trying to paint bitmap into the UTexture * Bitmap sent and drawn in widget texture with bugs * Map bitmap shown on widget * Concated meshes generated in the same lane to avoid errors during simplification * Navigation added to widget * Avoid Simplify to remove border vertices and try to parallel assets creation process * Road Generation 0.1 version ready * Removing Engine Association, Formatting CarlaTools Build dependencies * Change container type of generated procedural mesh componetns to be supported by UPROPERTY * Fixed indices jumping by two * Started dynamic database creation * Dynamic database creation temporally removed * First step of merge. Coords of bottom left corner and top right corner * Libraries added to build system * Git ignore for osmrenderer to avoid ThirdParties directory to be tracked * Lat and Lon coords for corners sent from server to client * Transformed to local coords meshes' vertices' coords * Coords format error fixed * Saving xodr and osm files inside of OpenDrive folder * Widget fixed * UI design improved * WIP Windows build system for osm-world-renderer * Socket implementation replaced by boost asio framework in osmrenderer * Build system adapted to wndows * Headers fixed to avoid windows specific heraders compilation * Added widget to import building from houdini * Added origin latitude and longituda to OSM to OpenDRIVE conversion functions. Fixed Houdini importer widgets. * Add Houdini plugin download to the build system * Moved houdini blueprint. Houdini plugin now dowloads by default * Added houdini download for windows --------- Co-authored-by: Aaron <samaniegoaaron112@gmail.com> Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com> Co-authored-by: aollero <aollero@cvc.uab.cat> Co-authored-by: aollero <adriollero@gmail.com> Co-authored-by: bernat <bernatx@gmail.com> 03 March 2023, 16:26:48 UTC
de7e9bf Add general method for recording all vehicle types 02 March 2023, 08:13:35 UTC
3b86f58 Avoid sensors to go dormant if they are far from vehicle. 01 March 2023, 17:47:50 UTC
86daa78 updated changelog 01 March 2023, 10:20:02 UTC
70d35d2 update first steps 01 March 2023, 10:20:02 UTC
15f1950 added vehicle and map montage to first steps 01 March 2023, 10:20:02 UTC
7c4e473 added towns 1-10 to maps montage 01 March 2023, 10:20:02 UTC
6c6b1dd changed left menu 01 March 2023, 10:20:02 UTC
4bcef6c added map guides towns 1-7 01 March 2023, 10:20:02 UTC
1d38bc1 added town 12 map guide 01 March 2023, 10:20:02 UTC
5bd0933 added town 12 map 01 March 2023, 10:20:02 UTC
e4237fd fixed missing prop in warning accident 01 March 2023, 10:20:02 UTC
0eda8e0 pedestrian order correction 01 March 2023, 10:20:02 UTC
8be5e47 added props catalogue markdown 01 March 2023, 10:20:02 UTC
2de105b added vehicle catalogue markdown plus props images 01 March 2023, 10:20:02 UTC
cb027f8 added pedestrian catalogue 01 March 2023, 10:20:02 UTC
d3501de Removing python 2 from the smoke tests 24 February 2023, 09:28:37 UTC
1495df1 change tool chain for examples 23 February 2023, 17:32:29 UTC
eb0fb21 Remove unused parameter 23 February 2023, 17:32:29 UTC
b018dfb Added filter by attribute for array attributes 15 February 2023, 08:51:25 UTC
d737423 blueprint doc updated 15 February 2023, 08:51:25 UTC
1c4f526 added filter by attribute to python api 15 February 2023, 08:51:25 UTC
dcca826 Aaron/opendrivetomapineditor (#6056) * Added way to download files from overpass api * Save downloaded text to a file * Changed log type for File manipulation * Online process files when request is valid * Correct file format * Correct file format for UE4 class * Fix compilation issue due to name change * Create Widget with OpenFileDialogFunctionality * Step xodr to map completed * Generated Static meshes and replace procedural actors * Created and saved assets during road generation * Formatted file correctly * OSM To ODR broguht to UE4 * Full pipeline working on linux * Added osm2odr support in editor in Windos * Added Widget to CartaTools * Fixed Linux compilation error * Added Carla Game Instance included to avoid compilation error * Added Simplify to LibCarla, Added timers to measure time generation. Add mesh deformation during road creation. * Fixed mesh format translations * Concated meshes generated in the same lane to avoid errors during simplification * Avoid Simplify to remove border vertices and try to parallel assets creation process * Road Generation 0.1 version ready * Removing Engine Association, Formatting CarlaTools Build dependencies * Change container type of generated procedural mesh componetns to be supported by UPROPERTY * Fixed indices jumping by two * Cleaning branch * Cleanup last spaces * Remove spaces on Opendrivetowditor.cpp 15 February 2023, 08:50:55 UTC
7f5bb15 adding --ignore-spectator to the replayer 06 February 2023, 13:17:51 UTC
ed53705 Removed an unused variable 02 February 2023, 10:30:46 UTC
58461b4 Fixed Tm unstuck removal 02 February 2023, 10:30:46 UTC
9ecee50 Fixing static function on windows 30 January 2023, 11:25:19 UTC
7dc2e3c Added Large Maps creation docs (#6155) * Fix a typo in setting the max brake From self._max_steer to self._max_brake * Fix example commands in Multi-GPU docs Only one dash before `-nullrhi` argument * reorganized large maps docs * Correct incoherent structuring of tutorial for adding sensor to CARLA. * Add contribution to CHANGELOG.md * Add notes into breakout boxes in sensor create tutorial. * large maps tutorial * undo changes to manual control * removed stray script and replaced README.md in Import folder * small typo * addressed Guillermo's comments --------- Co-authored-by: kykim0 <kykim144@gmail.com> Co-authored-by: bernatx <bernatx@gmail.com> Co-authored-by: Paul Erik Frivold <paulerikf@gmail.com> Co-authored-by: Balázs Kis <balazs_kis35@yahoo.com> 30 January 2023, 11:10:58 UTC
682851d Added empty actor. Any actor can now be used as reference actor for large maps 30 January 2023, 09:09:46 UTC
f296384 Update tuto_first_steps.md (#5774) Resolve a typo in the spawning random vehicles section. Co-authored-by: bernat <bernatx@gmail.com> 30 January 2023, 08:32:27 UTC
aafc208 changed speed limit output units 27 January 2023, 13:05:03 UTC
ce5bf30 CHANGELOG 27 January 2023, 13:04:37 UTC
f507d83 Exposed Python agents' offset 27 January 2023, 13:04:37 UTC
f66fd8e Use Unreal's host SDK on Linux The supported compiler is clang, but that is not the default on Ubuntu. Unreal Editor itself ships clang-10 for use on linux (along with the libc++ that Unreal itself uses) so just use those in CARLA. 27 January 2023, 11:39:48 UTC
7267ffd Update ref_sensors.md (#6026) * Fix a typo in setting the max brake From self._max_steer to self._max_brake * Update ref_sensors.md Spelling enconded -> encoded Co-authored-by: kykim0 <kykim144@gmail.com> Co-authored-by: bernat <bernatx@gmail.com> 26 January 2023, 09:27:02 UTC
5a9f8fe updated the save command for Semantic Segmentation (#6029) * Fix a typo in setting the max brake From self._max_steer to self._max_brake * updated the save command for Semantic Segmentation carla.cityScapesPalette is given to convert in this documentation, but getting error when trying to save file using that conversion, currently in documentation: raw_image.save_to_disk("path/to/save/converted/image",carla.cityScapesPalette) [not working] but working with the below command: raw_image.save_to_disk("path/to/save/converted/image",carla.ColorConverter.cityScapesPalette) [working] Co-authored-by: kykim0 <kykim144@gmail.com> Co-authored-by: bernat <bernatx@gmail.com> 26 January 2023, 09:22:51 UTC
60f4a05 Fixes typos in docker_tools.py (#6141) 26 January 2023, 09:11:15 UTC
ac9e8e8 docs: Fix typo in usage of `docker_tools.py` 26 January 2023, 09:09:56 UTC
dec104a docker-tools: Fix unused `--image` option 26 January 2023, 09:09:56 UTC
52d354f Add notes into breakout boxes in sensor create tutorial. 24 January 2023, 16:31:12 UTC
1f6ac1d Add contribution to CHANGELOG.md 24 January 2023, 16:31:12 UTC
0f4abba Correct incoherent structuring of tutorial for adding sensor to CARLA. 24 January 2023, 16:31:11 UTC
00f5fa5 removed tabs in the license 23 January 2023, 17:00:19 UTC
01c5051 removed trailing whitespaces 23 January 2023, 17:00:19 UTC
21178b8 change all C style casts for the C++ version 23 January 2023, 17:00:19 UTC
130a228 requested changes 23 January 2023, 17:00:19 UTC
fe81972 content version 23 January 2023, 17:00:19 UTC
2d9301a add call for recording wheels in multigpu mode 23 January 2023, 17:00:19 UTC
37621c3 Updated FrameData files to have the new changes 23 January 2023, 17:00:19 UTC
bae3cff Adding include for windows 23 January 2023, 17:00:19 UTC
5543a26 Fixed recorder/replayer - Fixed vehicle wheels rotation and steering angle. - Fixed bikers animations. 23 January 2023, 17:00:19 UTC
82d1dc1 changelog 18 January 2023, 10:12:10 UTC
60873a2 Restore gamma value to 2.2 18 January 2023, 10:12:10 UTC
3c37150 Replacing PLATFORM_WINDOWS by _WIN32 16 January 2023, 16:30:34 UTC
ffbb543 changelog 16 January 2023, 16:30:34 UTC
cba2231 texture data on DirectX has some extra bytes that we need to remove before sending data 16 January 2023, 16:30:34 UTC
5f23358 Using spectator when no hero vehicles are detected in large maps. Changed error logs to log and warning for large maps 16 January 2023, 16:30:17 UTC
41d9f6a fix document typo for lambda expression section 16 January 2023, 08:34:11 UTC
e271ea3 Fix example commands in Multi-GPU docs Only one dash before `-nullrhi` argument 13 January 2023, 09:13:29 UTC
f761ffa Fix typo in updating lateral controller 11 January 2023, 12:30:10 UTC
55deece Updating Nvidia GPG for Docker 23 December 2022, 17:38:41 UTC
e58b27d changing version of python .egg to 0.9.14 also 23 December 2022, 15:02:35 UTC
ca35b61 updating version to 0.9.14 23 December 2022, 09:57:59 UTC
2c28eaf send existing actors to all secondary servers when a new connection is done 22 December 2022, 14:51:08 UTC
70db124 Fixed package bug 20 December 2022, 13:54:00 UTC
dd3bc87 Revert to boost 1.80 20 December 2022, 12:18:34 UTC
44fdf8d Removed unnecessary files 20 December 2022, 12:18:34 UTC
b70a4d5 Upgrade boost for Windows 20 December 2022, 12:18:34 UTC
cef4489 Upgraded boost 1.81 for linux 20 December 2022, 12:18:34 UTC
c955288 Some sensors are forced to be always on the primary server in multi-gpu mode 20 December 2022, 12:18:19 UTC
12fb78f adding Train label to Python 20 December 2022, 12:17:59 UTC
ed4da0f adjust color palette comments 20 December 2022, 12:17:59 UTC
dda8222 Rearranging labels 20 December 2022, 12:17:59 UTC
ef54692 Using same id's as the cityscape labels 20 December 2022, 12:17:59 UTC
7f2d656 Added a vehicle simualtion update on teleportation 19 December 2022, 09:42:27 UTC
e608c8c Add command to LOAD_MAP in multi-gpu mode 19 December 2022, 09:39:53 UTC
back to top