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

sort by:
Revision Author Date Message Commit Date
b1891e0 Changed weather presets 06 August 2021, 15:44:24 UTC
32465c3 Revert broken MP stage change 02 August 2021, 14:37:39 UTC
592eec0 Fixed enter bug 02 August 2021, 14:36:28 UTC
5127b63 Fixed issues with new map.name 02 August 2021, 14:36:28 UTC
84293da fixed bug checking safe blueprints 02 August 2021, 14:36:28 UTC
67bcdd4 Modified safe also in sumo's spawn_npc 02 August 2021, 14:36:28 UTC
4d9af29 Modified also start_recording script 02 August 2021, 14:36:28 UTC
3fa0c21 Added microlino and sprinter to safe vehicles 02 August 2021, 14:36:28 UTC
7654982 [NO_BUILD] Download section (#4475) * Added the latest release as 0.9.12 and URL for docs, which will be ready when the release is built * Added trailing slash * More trailing slashes 31 July 2021, 08:49:25 UTC
a9582c5 new content version 30 July 2021, 22:36:10 UTC
fd661cd Script changes - Increase max throttle to manual control to 1.0 - In manual control and generate traffic, ignore the generation if the filter only returns one blueprint 30 July 2021, 13:11:09 UTC
7cc9c69 new content version 30 July 2021, 13:01:42 UTC
32ffd2c Changing to version 0.9.12 30 July 2021, 11:12:28 UTC
301445e Fixed minroa gent error 30 July 2021, 11:05:32 UTC
dca7cc3 updated Index page, rearranged nav bar, corrected links to broken images, corrected default settings for wheel physics, added anysys rtr information 30 July 2021, 10:48:32 UTC
374b1dd added long description python api 30 July 2021, 10:42:01 UTC
d987357 Referenced large map feature for big areas 30 July 2021, 09:49:29 UTC
f72a31a Added updated OSM documentation 30 July 2021, 09:49:29 UTC
bd36e46 Corkyw10/maps documentation (#4233) * Restructured maps docs layout and fixed affected URLs * Updated RoadRunner map generation doc. Includes link for Leaderboard license * Updated package ingestion doc so it is located in the main navigation bar. All relative links have been fixed. * Moved customization information to separate tutorial. Added next steps * Moved manual preparation of json package to separate tutorial. * Added how to add traffic light and signs documentation. Updated nav with approriate page name. Cropped photo to show an updated view of UE editor * Redraft of the weather and landscape tutorial * Updated tutorial for using the road painter. Typo fix in other tutorials for map customization * Added tutorial to add levels to maps * Added images for maps tutorials * Minor syntax changes to manual package prep * Full drafts of map documentation * Added images and corrected names for building shaders * [NO_BUILD] First draft of Large Maps docs (#4396) * Drafting large map docs * Changed name of spawn_npc script * Syntax changes * Corrected hybrid mode dormant behavior, added code for setting ego vehicle, removed expensive note about map calls * Added section for roadrunner large maps * Added images to roadrunner docs and rearranged nav bar and titles. * Added corrections to import of large maps and standard map nomenclature Co-authored-by: bernat <bernatx@gmail.com> * Made corrections to spawn points and additional fbx folder information * Fixed mentions of normal maps to standard maps Co-authored-by: bernat <bernatx@gmail.com> 30 July 2021, 09:20:23 UTC
d1debd9 Adding target for python wheels 30 July 2021, 09:18:30 UTC
0d3bfe1 Avoid additional maps in smoke test by now 30 July 2021, 08:01:45 UTC
d4ead18 [NO_BUILD] Added first draft of python wheel documentation (#4325) * Added first draft of python wheel documentation * Removed the 2 from pip2 * Updated wheel flag info and linux requirements * Updated build docs with information about whl's and egg's * Updated installation and build docs to reflect the new ways to install the client library * Removed summary sections from build docs. The process is too complicated and open to mistakes if users follow a summary * Corrections on python wheel docs * Removed python version references * Removing/fixing irrelevant parts of the docs and fixing example code snippets. * Corrected python versions on windows and quickstart and removed repair wheel flag on linux 30 July 2021, 07:44:54 UTC
4d04b4a Cook maps one by one in windows (slower but can package unlimited maps) 30 July 2021, 01:07:41 UTC
756e753 Revert "Refactor argument synch -> sync", because async is reserved word in Python This reverts commit 48bd1b45c0e45cf875c5267046f7911c47d611a3. 29 July 2021, 23:08:15 UTC
2d717a9 Fixing import.py for python 3 29 July 2021, 23:08:15 UTC
d40f787 Minor warning changes 29 July 2021, 23:08:15 UTC
b9bfa88 Refactor argument synch -> sync 29 July 2021, 23:08:15 UTC
bc386b3 Remove path in map text 29 July 2021, 23:08:15 UTC
f510803 Minor fixes 29 July 2021, 23:08:15 UTC
c847476 fix bug generating too near waypoints 29 July 2021, 23:05:58 UTC
c451c3c Axel : Fixed make import for large maps 29 July 2021, 20:29:32 UTC
50dd589 Updated blueprint docs and added small note about vehicle and pedestrian generations 29 July 2021, 19:06:40 UTC
293dad7 Corkyw10/docs fix typos links (#4243) * Fixed typo in code snippet. Swapped order of altitude and azimuth * Fixed image links that needed '../' prefix to be visible on the live documentation * Removed reference to velocity being affected 2 frames after it is set * Updated Python API with missing 'set_pedestrians_cross_factor' method * Regenerated python_api.md 29 July 2021, 16:32:36 UTC
1aa7ecc Removed overtake information 29 July 2021, 14:21:59 UTC
e0451af Deprecated parts of docs removed 29 July 2021, 14:21:59 UTC
6992515 Fixes to base code for new agent and correction of method for following speed limits 29 July 2021, 14:21:59 UTC
1442529 Added how to create a custom agent and some other minor fixes. 29 July 2021, 14:21:59 UTC
dd9442b Agent script documentation first draft 29 July 2021, 14:21:59 UTC
c307840 Updated download page with correct information about what latest means 29 July 2021, 14:21:38 UTC
ee8947b Added new steps for the UE4.26 branch 29 July 2021, 14:21:38 UTC
fb89558 Updated dockerfile link to point to 0.9.11 version 29 July 2021, 14:21:38 UTC
d1cc22a Drafts of docker and render docs done 29 July 2021, 14:21:38 UTC
9e88bf1 Updated docker image with new commands based on the graphics API used. Brought docker build for managing packages into the main docs from github. Updated rendering docs to reflect the fact UE4.26 uses only vulkan and has an off screen flag. Moved make package from docker instructions to the guide for making packages. 29 July 2021, 14:21:38 UTC
4a8342f [NO_BUILD] Missing Python API docs (#4453) * Adding pythonapi methods * Added missing Python API methods * Further missing methods added * Mssing get_crosswalks method added * Correction to set gravity method and command 29 July 2021, 14:21:02 UTC
4151d6a Marcos weather script update 29 July 2021, 14:20:07 UTC
792f1ce Added changelog 29 July 2021, 13:34:20 UTC
3514ed0 Removed overtaking for behavior agent 29 July 2021, 13:34:20 UTC
8a87731 Added missing function 29 July 2021, 13:34:20 UTC
18494b7 Reordered PID 29 July 2021, 13:34:20 UTC
deda2c3 Readded the old planner with QoL changes 29 July 2021, 13:34:20 UTC
e6420a0 Updated docs and cleaned code 29 July 2021, 13:34:20 UTC
9823540 Removed tests and debuggs 29 July 2021, 13:34:20 UTC
fc98625 Improved option dictionaries 29 July 2021, 13:34:20 UTC
4aae9eb WIP: trying to transform parapoint to waypoint 29 July 2021, 13:34:20 UTC
d61afc7 More improvements 29 July 2021, 13:34:20 UTC
eebf56c Route improvements 29 July 2021, 13:34:20 UTC
47c42fa Better emergency stop and vehicle detection 29 July 2021, 13:34:20 UTC
23a6091 Another lane change option iteration 29 July 2021, 13:34:20 UTC
1408f6d Minor fixes 29 July 2021, 13:34:20 UTC
e930958 Removed agent.py 29 July 2021, 13:34:20 UTC
4f5ec0d More improvements 29 July 2021, 13:34:20 UTC
97bd0e5 Minor improvements 29 July 2021, 13:34:20 UTC
8e16e69 Changed the global planner to use the AD map 29 July 2021, 13:34:20 UTC
4efe0dc WIP: Use AD map library 29 July 2021, 13:34:20 UTC
50f6753 Fixed division by 0 at controller 29 July 2021, 13:34:20 UTC
e425eef Exposed target speed 29 July 2021, 13:34:20 UTC
015f1c6 Unified more functions and exposed some parameters. 29 July 2021, 13:34:20 UTC
605a129 Unified some functions and removed redundant arguments 29 July 2021, 13:34:20 UTC
0207ec6 Improved local planner 29 July 2021, 13:34:20 UTC
f94afe9 WIP: Unify local planner + local planner behavior 29 July 2021, 13:34:20 UTC
43bd2ad Initial changes 29 July 2021, 13:34:20 UTC
df94700 Fixed speed limit matching from opendrive 29 July 2021, 11:51:55 UTC
c0f93b4 Disable docker for development branch 28 July 2021, 22:01:44 UTC
9774e58 New content version 28 July 2021, 20:23:18 UTC
81a4439 Updated CHANGELOG 28 July 2021, 20:05:48 UTC
bb8e6b0 Added generation to manual_control and generate_traffic 28 July 2021, 20:05:48 UTC
63227ba Added generation to vehicles and pedestrians 28 July 2021, 20:05:48 UTC
2d59fd5 Enable carla:latest docker of development branch 28 July 2021, 17:21:08 UTC
21358e8 Updated mentions to VS 2017 -> 2019 and UE2.24 -> 4.26 in windows build and FAQ 28 July 2021, 16:34:58 UTC
d74495c Fixes issue with pedestrins in ALSM Some changes in constants for approaching vehicles 28 July 2021, 16:19:02 UTC
c611c1b Smoothed TM's PID 28 July 2021, 16:19:02 UTC
16c8709 Update blueprints name 28 July 2021, 16:13:53 UTC
29dbb79 Typo fix 28 July 2021, 16:11:37 UTC
eeeba37 Added `center_map` entry to osm2odr documentation 28 July 2021, 16:11:37 UTC
4c088d3 Created links in markdown and corrected typo 28 July 2021, 16:11:37 UTC
4d2e40a Updated documentation and changelog 28 July 2021, 16:11:37 UTC
45d8e30 Fixed weather default parameters 28 July 2021, 15:57:34 UTC
6f07755 Added weather pressets 28 July 2021, 15:57:34 UTC
ac4e412 Updated vehicle control title in nav bar 28 July 2021, 12:45:55 UTC
5f29863 Corrections to explanations for determinism requirements. Calrification of how to toggle telemetry view 28 July 2021, 12:45:55 UTC
3fc67df Added information about physics determinism and vehicle telemetry 28 July 2021, 12:45:55 UTC
4b0525e [Traffic Manager] InMemoryMap binary file (#4424) * First iteration of the required files functionality * WIP: Binary file for in memory map * Fixed "/Game/" replacement and load new episode by name problems with the required files system * removed unnecessary changes * added extra space * Enable pedestrians building only for single maps, no in tiled maps (temporal) * Added python selector to make import command * returning const reference * fix bug not finding required files * add TM binary files to packages Co-authored-by: Alejandro Fraga Cimadevila <alex_fraga95@hotmail.com> Co-authored-by: bernatx <berni2berni> Co-authored-by: bernat <bernatx@gmail.com> 28 July 2021, 12:44:54 UTC
e22e6d8 Fixed pedestrians being moved after dying. 28 July 2021, 12:43:18 UTC
7864c8c Using Carla forked UE4.26 version 28 July 2021, 12:39:42 UTC
cb1c38a Fixing some vehicle names 28 July 2021, 07:11:53 UTC
2ce9897 Fixing vehicle name and compilation on windows 28 July 2021, 06:38:25 UTC
f4bb456 New content version 27 July 2021, 22:17:51 UTC
fc8428c Fixed spaces 27 July 2021, 18:12:47 UTC
0941abc Fixed spaces between lines 27 July 2021, 18:12:47 UTC
a118cff Correct spaces and tabulations 27 July 2021, 18:12:47 UTC
back to top