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

sort by:
Revision Author Date Message Commit Date
7fc1a46 Merge branch 'master' into sergi-e/talks-2020 09 June 2020, 13:38:33 UTC
c9cef03 Added idle link pedestrians 09 June 2020, 13:28:30 UTC
644ec8f New draft 09 June 2020, 13:26:32 UTC
d2457a2 Implemented spatial index tree for waypoint indexing and querying. 09 June 2020, 13:26:02 UTC
0cc4fb4 Fixed `and` to `&&` 08 June 2020, 08:49:31 UTC
dcd3c52 Fixed changelog 08 June 2020, 08:49:31 UTC
ed2f997 Updated command docs 08 June 2020, 08:49:31 UTC
a9c0f51 Added `get_vehicles_light_states` into docs 08 June 2020, 08:49:31 UTC
fc13312 Added get function for all car light states 08 June 2020, 08:49:31 UTC
9239607 Added batch command SetVehicleLightState 08 June 2020, 08:49:31 UTC
1e98335 Traffic manager 2.0 (#2833) * Traffic Manager 2.0 * WIP: new class structure for TM 2.0 Yet to use the new classes in TrafficManagerLocal * WIP: new class structure integration * Fix for python api build. * Fix for hybrid mode crash. * Fixed incorrect collision cache. Fixed crash upon map change. Minor reformatting. * Fixed collisions with unregistered actors. Fixed collisions among multiple traffic manager instances. Fixed vehicle destruction upon being stuck for too long. * Fixed vehicle wobble on steep roads * Waypoint buffer extension at junction entrance. * WIP: Revamped intersection anticipation. * Implemented waypoint occupancy tracking. * * considering buffer independent waypoints for determining blocked junction exit. * considering longitudinal extreme points for localizing unregistered actors. * Removed debug statements * Intersection anticipation for vehicles moving across path. * Fixed intersection anticipation in Town03, Town04. * Safe interval length check for intersection anticipation. * Distance check from safe interval for blocked exit. * Removed debug statements * * Intersection anticipation exception for roundabout in Town03. * Updated comments. * codacity fix * more codacity fixes * formatting and minor changes * bad indentation * Removed debug statements and updated comments. * fixes unused variable error in make examples * Increased minimum obstacle distance for lane change to avoid partial lane changes. * Removing crude stopping logic at junction entrance for blocked junction case. * Ignoring small intersection segments for intersection anticipation. * Fixed issue in unblocking mechanism due to incorrect clock initialization. * Fixing intersection entrance identification. * Fixed incorrect safe space after junction detection. * Fixed collision negotiation conditions to work well inside intersections and avoid deadlocks in roundabout turns. * Replaced in file constants of InMemoryMap with definitions from Constants.h Updated comments * Added a check to avoid collision considerations in case of traffic light hazard in motion planner. * Re-organised include statements for ALSM.h/.cpp files. Fixed a double initialization precision. * WIP: Refactoring ALSM::Update * Refactored ALSM::Update into shorter functions. * ALSM: Corrected numeric comparision precision and container access optimizations. * Initial review changes * CollisionStage: addressed pr comments. * Constants.h, DataStructures.h: addressed pr review comments. * InMemorMap: review comment addressal. * LocalizationStage: Review comment addressal * New class for random generation instead of rand() * Removed unused code * MotionPlanStage: re-organized include statements. * MotionPlanStage: review comment addressal. * SimulationState, DataStructures: minor refactoring. * SnippetProfiler, TrackTraffic: Review comment addressal. * Refactored include statements for SimpleWaypoint, SnippetProfiler, TrackTraffic files. * TrafficLightStage: review comment addressal. * Using sleep instead of continue to time hybrid mode. * Changing fixed array allocation with dynamic resizing. * Refactored include statements for TrafficManager * Removed clamp macro * Added const to Networking constants Co-authored-by: Jacopo Bartiromo <jackbart94@gmail.com> Co-authored-by: Jacopo Bartiromo <32928804+jackbart94@users.noreply.github.com> 04 June 2020, 22:02:10 UTC
6616639 Fix wrong assert 04 June 2020, 12:31:18 UTC
ae6d327 Fix false positive assert in Array offset 04 June 2020, 12:31:18 UTC
172aa55 Fix threads not properly stopped on streaming tests 04 June 2020, 12:31:18 UTC
4f11c03 Fix UB in MsgPack for empty strings 04 June 2020, 12:31:18 UTC
15c250a Fix division by zero 04 June 2020, 12:31:18 UTC
5c433ca Fix inconsistency in the doc with the actual API. `spawn_actor()` raises an exception, and `try_spawn_actor()` returns `None` on failure. However, the documentation swapped the descriptions of those two. 04 June 2020, 09:38:50 UTC
f840711 Fixed quality level in debian package 03 June 2020, 09:35:16 UTC
a9c3007 Fix codacy errors 03 June 2020, 09:35:16 UTC
6d631a6 Add support for new carla releases * Allow choosing carla release through a parameter when calling the script. * Package name updated to carla-simulator. * Package URL updated. * Automatic detection of python3 and python2 egg files. * Adds Co-Simulation folder to the debian package. 03 June 2020, 09:35:16 UTC
d26f699 Added fast conversion from/to FString and std::string. 29 May 2020, 10:34:29 UTC
3e8e6dc Fixed MeshFactory circular dependency 29 May 2020, 10:34:29 UTC
8273685 Updated docs and CHANGELOG. 29 May 2020, 10:34:29 UTC
cd277af Code clean up. 29 May 2020, 10:34:29 UTC
605c991 Improved standalone mesh split. 29 May 2020, 10:34:29 UTC
543f502 Fixed large RAM usage in cubic polinomial curves. 29 May 2020, 10:34:29 UTC
704b32f Added python scripts to load OSM maps into Carla simulation. 29 May 2020, 10:34:29 UTC
734912d Added optional recast execution. 29 May 2020, 10:34:29 UTC
381d6b2 Fixed string length limit in ToFString and FromFString in String.h. Fixed some parameters not used in standalone mode. 29 May 2020, 10:34:29 UTC
4d36212 Fixed multiple instances of road::Map, it can now be accessed from the CarlaGameModeBase. 29 May 2020, 10:34:29 UTC
8ea1093 sergi-e/res-pics (#2891) * New pictures and some minor fixes! * Docs/start_quickstart.md 26 May 2020, 17:18:14 UTC
4dc4cb8 Fixed map loading crash in windows. 21 May 2020, 13:23:02 UTC
09945c9 Fix force lane change right/left (#2872) 20 May 2020, 12:47:37 UTC
09ec923 Removed the temporal workarounds 14 May 2020, 12:22:30 UTC
a93ddab Fixing Pylint errors 14 May 2020, 12:22:30 UTC
74981af Added a test in smoke tests to check all spawnpoints in all maps 14 May 2020, 12:22:30 UTC
2d58a69 Redoing previous changes 13 May 2020, 15:58:02 UTC
976ccfb Added mesh validation when importing maps to remove props duplication 13 May 2020, 15:58:02 UTC
60aa3e3 Fixed signal spawning with imported maps 13 May 2020, 15:58:02 UTC
3fd9fc2 Exchange the lane marking colors, they were in reverse 11 May 2020, 16:50:51 UTC
6c7da8f Fixes road tool 11 May 2020, 16:50:18 UTC
4cc4c9e New iteration png to jpg 11 May 2020, 16:50:18 UTC
20a15c6 New iteration and PNG converte to JPEG 11 May 2020, 16:50:18 UTC
4cd4045 First draft road tool 11 May 2020, 16:50:18 UTC
844fa44 Docs/tuto_A_add_vehicle.md 11 May 2020, 16:50:18 UTC
89f07c9 Last iteration 11 May 2020, 16:50:18 UTC
d018039 New iteration with materials 11 May 2020, 16:50:18 UTC
e4601a6 Updated Deb package 0.9.9 11 May 2020, 16:50:18 UTC
0a01014 New iteration with pics 11 May 2020, 16:50:18 UTC
a4efcd3 Idle iteration with fixes 11 May 2020, 16:50:18 UTC
c8843d8 New iteration with new jpt pics and first draft on 4 wheeled vehicles 11 May 2020, 16:50:18 UTC
6bdb1b5 First draft custom tools 11 May 2020, 16:50:18 UTC
1c7306f Fix use of reserved keyword in python 11 May 2020, 12:44:54 UTC
c0b3917 Updated python docs 08 May 2020, 18:08:27 UTC
4eb6714 Removed unnecessary PythonAPI classes 08 May 2020, 18:08:27 UTC
d305afa DVS docs reviewed 08 May 2020, 18:08:27 UTC
cfee8bd Docs: DVS camera documentation 08 May 2020, 18:08:27 UTC
2644143 DVSEventArray: boolean in +1 and -1. DVSCamera: set default threshold values 08 May 2020, 18:08:27 UTC
38432de python api: move logic in sensor data methods to DVSEventArray 08 May 2020, 18:08:27 UTC
f5df364 Added temporary workarround for spawn points 08 May 2020, 18:08:27 UTC
9f5f4b9 Moved ToImage() and added a use case in man_contr 08 May 2020, 18:08:27 UTC
a55c71a Added our standard noise to DVS sensor + Win fixes 08 May 2020, 18:08:27 UTC
87ac3b9 Minor fixes and code style adaptation 08 May 2020, 18:08:27 UTC
c45614c DVS camera sensor implementation 08 May 2020, 18:08:27 UTC
fd88d61 Deleted links to CARLA versions after fixes to doc states 08 May 2020, 11:51:04 UTC
f95fedd Fixed typo on TM 08 May 2020, 11:51:04 UTC
bfec9d0 Little change in header text 08 May 2020, 11:51:04 UTC
361372d Changed links to docs build 08 May 2020, 11:51:04 UTC
8870f62 Now with make PythonAPI 08 May 2020, 11:51:04 UTC
564b7b9 First iteration with getters, setters and previous APIs 08 May 2020, 11:51:04 UTC
3893a32 Updated changelog 08 May 2020, 10:12:57 UTC
536362e Fixed cheking a if signal ID exists befor using it 08 May 2020, 10:12:57 UTC
50d7070 Fixed wrong operator 08 May 2020, 10:12:57 UTC
3afd890 Adjusten mesh generation EPSILON 08 May 2020, 10:12:57 UTC
f99a06f Bug fixes: poly geometries problems at s = 0, crash when computing junction bounding box, crash in GetNextUntilLaneEnd and GetPreviousUntilLaneStart for very short roads. 08 May 2020, 10:12:57 UTC
af23cd4 Updated changelog 06 May 2020, 13:48:38 UTC
fad5f8e Changed IMU to add gravity acceleration before rotating into IMU reference frame 06 May 2020, 13:48:38 UTC
b67ba6c Updating to master 06 May 2020, 11:09:12 UTC
06cbfa6 Add missing include in WheelPhysicsControl.h 06 May 2020, 11:09:12 UTC
e78ccc6 Rain particles and Update.sh fixes (#2814) * Fixed camera weather changes * Updated changelog * Fixed Update.sh when root path contains and space 05 May 2020, 14:46:41 UTC
0124a47 Docs updated 05 May 2020, 09:16:23 UTC
042236a Generated the Python documentation 05 May 2020, 09:16:23 UTC
4dc6eba New API function to add angular impulse to an actor 05 May 2020, 09:16:23 UTC
bcf542f Fix typos 04 May 2020, 08:05:18 UTC
59daae5 Fixes: 1. Windows environment variable 2. Link in Linux build 3. Mention in requirements for Linux 18.04 04 May 2020, 08:04:52 UTC
51ba28b Added environment variable for Windows 04 May 2020, 08:04:52 UTC
0e60250 If UE4_ROOT is not specified, then use the last version found in the registry 04 May 2020, 08:04:52 UTC
3f6e308 Fix windows script to find UE4 directory 04 May 2020, 08:04:52 UTC
67684c5 Update CppClient README 28 April 2020, 07:08:14 UTC
1a2c2ea Changing to version 0.9.9 23 April 2020, 13:52:28 UTC
af9f0b7 Changelog.md with new version 23 April 2020, 10:47:42 UTC
cd35196 sergi-e/p099-updates (#2751) * First draft TM updates * Idle iteration * Different updates * Python API weather fix * Added RSS sensor * Added nightly builds * Added texture mention to Town10 * Updated TM * Updated contact mail * New update on B,Jo,Ja comments * Last fixes on Ja comments 23 April 2020, 10:40:28 UTC
07ff7f3 Better build script 22 April 2020, 21:21:11 UTC
2eb2a0c Adding make docs on windows 22 April 2020, 19:03:11 UTC
b3c6279 Update ContentVersions 22 April 2020, 19:02:55 UTC
b15f568 Updated Changelog 22 April 2020, 18:59:21 UTC
9d66a06 Correct the proper checking for left lane marking 22 April 2020, 18:59:21 UTC
835dccd Fixed standalone mode. 22 April 2020, 18:58:46 UTC
34d3919 Fixed error unable to parse Opendrive. 22 April 2020, 18:58:46 UTC
269344a Fixed reload map. Increased distance field atlas and texture pool. 22 April 2020, 18:58:46 UTC
back to top