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

sort by:
Revision Author Date Message Commit Date
7ab2fd6 Prevent generating waypoints at zero distance 13 June 2019, 10:30:53 UTC
60e753f Update changelog 13 June 2019, 10:30:53 UTC
03b1d80 Create OpenDriveMap to be used in UE4 blueprints 13 June 2019, 10:30:53 UTC
330ccdc Move OpenDrive related classes to its own folder 13 June 2019, 10:30:53 UTC
f026ead Make OpenDrive static functions available in blueprints 13 June 2019, 10:30:53 UTC
8febd66 Find XODR files anywhere in content 13 June 2019, 10:30:53 UTC
8bc66bc Do not tick autopilot if not used 13 June 2019, 10:26:01 UTC
86e5e36 Make vehicle controller inherit AController instead of APlayerController 13 June 2019, 10:26:01 UTC
9e93fca Fix vehicle code documentation 13 June 2019, 08:40:19 UTC
c11c245 Fix missing Vulkan installation from docs 13 June 2019, 08:37:50 UTC
0988e71 Remove unused server timeout (#1741) 13 June 2019, 08:27:33 UTC
649699b Enable mesh distance fields (#1740) 12 June 2019, 15:51:58 UTC
104b1e3 Fix python __str__ wrapper (#1730) 12 June 2019, 10:56:32 UTC
978019b Fix prop loading on packaged builds (#1717) 11 June 2019, 15:07:45 UTC
114d54d Add gamma value as attribute to RGB camera (#1720) 05 June 2019, 07:49:45 UTC
11fce62 Issue #1596 Fix WGS84 reprojection Latitude reversal (#1601) 04 June 2019, 16:52:49 UTC
0faffe2 Set Vulkan as default graphics API for Linux (#1639) 04 June 2019, 16:48:11 UTC
29483c4 Upgrade uncrustify 04 June 2019, 14:56:21 UTC
0f96b05 Update content link and Windows fixes (#1698) * Updated Content link * Fixes windows compilation * Prepend static keyword for friction trigger in bp library 03 June 2019, 14:26:43 UTC
35fdaec Adding ability to modify motion blur settings (#1690) * Adding ability to modify motion blur settings of RGB scene capture from the PythonAPI * Adjust motion blur default values 31 May 2019, 14:50:30 UTC
39c7537 Removed some code 29 May 2019, 09:31:13 UTC
c36131f remove isSteerable from getter 29 May 2019, 09:31:13 UTC
f7b7ccd Removing is_steerable param and updating tests 29 May 2019, 09:31:13 UTC
e2106e2 Refactored and added comments 29 May 2019, 09:31:13 UTC
9e5c2f5 solved another physics bug 29 May 2019, 09:31:13 UTC
d141121 Fixed max steer angle 29 May 2019, 09:31:13 UTC
1f8eb1e Added world pos for wheels + working on using physx to fix a bug 29 May 2019, 09:31:13 UTC
b4f7ecc Added radius getter/setter to wheel physics control 29 May 2019, 09:31:13 UTC
722df11 Added check in wheels setter 29 May 2019, 09:31:13 UTC
f3d5c64 update wheels check and added make trigger definitions function 29 May 2019, 09:31:13 UTC
e51e3eb Added checks + refactor 29 May 2019, 09:31:13 UTC
da9e8d4 Fixing friction bug + refactor 29 May 2019, 09:31:13 UTC
0f2064b updated test 29 May 2019, 09:31:13 UTC
9fad7c3 fixes and prettify 29 May 2019, 09:31:13 UTC
28f52b8 Fixing some wheels params when getting and setting them 29 May 2019, 09:31:13 UTC
17fe069 renamed physics params 29 May 2019, 09:31:13 UTC
087dc71 pretifying 29 May 2019, 09:31:13 UTC
d3b3b5c Update CHANGELOG 29 May 2019, 09:31:13 UTC
f316413 Added friction variation + refactor 29 May 2019, 09:30:48 UTC
d832a19 Friction Trigger volumes getting spawned with box extents + solved a bug 29 May 2019, 09:30:48 UTC
70442e2 Friction trigger box is getting spawned 29 May 2019, 09:30:48 UTC
2d35261 Created Friction Layer Actor 29 May 2019, 09:30:48 UTC
6b65e58 setting tire config during begin play 29 May 2019, 09:30:48 UTC
627c351 Improving visual quality of the rgb scene capture (#1549) * Adding TemporalAA * Setting alpha values of pixels in buffer to 255 to account for TemporalAA * Alpha now removed from pixels on the client side in the image deserialize function * Adding motion blur 28 May 2019, 11:25:42 UTC
066c0b6 Document load props and fix windows build (#1675) 28 May 2019, 07:35:45 UTC
d05dc6c Allow attaching actors with a spring arm (#1682) 27 May 2019, 16:07:03 UTC
fee126d Include debug info in packaged version (#1659) 24 May 2019, 15:24:12 UTC
a063c2d Update content link to allow importing external props 23 May 2019, 18:01:15 UTC
c3b9474 Merge pull request #1603 from carla-simulator/manishthani/load_props_definition 23 May 2019, 13:28:19 UTC
4dbb947 Merge branch 'master' into manishthani/load_props_definition 23 May 2019, 09:02:19 UTC
da597f9 Fixed code conventions, static methods and format 23 May 2019, 08:39:24 UTC
85b96ce Fixed bug related with Pygame surface too large (#1657) 22 May 2019, 15:31:44 UTC
faa1645 Removed some commented code 22 May 2019, 10:20:21 UTC
d26eee9 Tempmap is deleted after importing assets 22 May 2019, 08:57:10 UTC
fb2d4be removed some member functions 21 May 2019, 16:59:24 UTC
58f00c9 Fixes that an actor could be respawned before the Episode is ready 21 May 2019, 16:46:08 UTC
03fdb58 Fixed commandlets crash. Improved code 21 May 2019, 16:40:08 UTC
ce3ea1c Improved lane markings and added sidewalks to no_rendering_mode.py (#1620) * improved lane markings + added sidewalks + added crosswalks function + refactor * Update CHANGELOG * Commenting crosswalk func dur to pylint 20 May 2019, 13:24:12 UTC
67cfd57 Deploy maps too 16 May 2019, 12:54:29 UTC
4a41672 Merge branch 'master' into manishthani/load_props_definition 14 May 2019, 14:37:28 UTC
cf58f7a Fix dead-lock when loading a new map in synchronous mode. (#1588) * Fix #1412, dead-lock when loading a new map in synchronous mode. * Update CHANGELOG * Add smoke test for #1412 10 May 2019, 14:33:48 UTC
9fde8f2 spelling mistakes (#1624) 09 May 2019, 10:40:05 UTC
ab7a166 Update content link 08 May 2019, 16:50:29 UTC
53802fa Fix readthedocs navigation and page order 08 May 2019, 14:14:25 UTC
1f8e405 Exposed 'is_invincible' for pedestrians (#1454) 08 May 2019, 11:45:02 UTC
0dde4e9 Updated log. Fixed map not being removed 08 May 2019, 10:22:08 UTC
661bc87 Update content link 08 May 2019, 08:36:14 UTC
35815da Ignoring warnings on system libs on Win build 07 May 2019, 13:59:31 UTC
423508e Fix compiler warning C4822 07 May 2019, 09:59:45 UTC
9e2ea00 Fix missing requirements of PythonAPI util 07 May 2019, 09:51:16 UTC
81e5062 Workaround for crash on audio system 07 May 2019, 09:50:47 UTC
ca7299e Removing prints 06 May 2019, 08:54:38 UTC
bfec439 Merge branch 'master' into manishthani/load_props_definition 03 May 2019, 16:40:31 UTC
a57922c Small Refactor 03 May 2019, 16:40:05 UTC
3c15ffd Added smoke test 03 May 2019, 16:18:14 UTC
2950e8a Changed registry file format + made importing more automatic 03 May 2019, 14:15:06 UTC
e6bd4ac Upgrade to GTest 1.8.1 03 May 2019, 10:53:43 UTC
0466081 Prepare to upgrade to Boost 1.70 (not upgrading due to bug in Boost.Variant) 03 May 2019, 10:53:43 UTC
32d9715 Upgrade to Unreal Engine 4.22 and clang 7 03 May 2019, 10:53:43 UTC
e52f6c7 Deleted Protobuf Windows installer script 03 May 2019, 09:31:19 UTC
2bbbedd Update CHANGELOG 03 May 2019, 09:31:19 UTC
5fa06e0 Replace game mode 03 May 2019, 09:31:19 UTC
a220cae Remove "TheNew" from TheNewCarlaServer and TheNewCarlaGameModeBase 03 May 2019, 09:31:19 UTC
2e2d8f9 Commit DefaultEngine.ini so Unreal stops modifying it 03 May 2019, 09:31:19 UTC
fce4d1a Remove deprecated code from Carla plugin 03 May 2019, 09:31:19 UTC
294f959 Remove ImageConverter 03 May 2019, 09:31:19 UTC
474205b Remove old CarlaServer 03 May 2019, 09:31:19 UTC
c947191 Remove deprecated PythonClient 03 May 2019, 09:31:19 UTC
b6549ad Automate nightly build deployment 03 May 2019, 08:13:10 UTC
c3231d0 Merge pull request #1602 from carla-simulator/local_planner_debug_flag Adding the flag correctly 02 May 2019, 21:14:24 UTC
94bc062 Merge master into local_planner_debug_flag 02 May 2019, 17:24:28 UTC
3b2d706 Update CHANGELOG 02 May 2019, 14:20:35 UTC
7f2d505 Merge branch 'master' into manishthani/load_props_definition 02 May 2019, 14:18:08 UTC
538b4e0 Client-side bounding boxes (#1383) * BasicSynchronousClient for client side bounding boxes done * client-side bounding boxes done * Updated CHANGELOG.md and client_bounding_boxes with appropriate imports for development build * moved client_bounding_boxes.py to examples/ * attempt to fix strange pylint error * fix attempt for pylint2 * Disabled pylint E1126 as it is getting confused with numpy matrix slice 02 May 2019, 14:01:47 UTC
644e30c changed emptymap & tempmap paths + tempmap removed after exporting + minor changes 02 May 2019, 13:42:32 UTC
57e3402 FBX Imported ready 02 May 2019, 13:42:32 UTC
7aaa268 Refactoring 02 May 2019, 13:42:32 UTC
aca3977 More Refactor 02 May 2019, 13:42:32 UTC
7c14cea Refactor 02 May 2019, 13:42:32 UTC
133c9c0 user props overwrite default ones + repeated props control + refactor 02 May 2019, 13:42:32 UTC
back to top