sort by:
Revision Author Date Message Commit Date
e6fb21d Merge branch 'master' into master 01 April 2019, 07:02:14 UTC
528a593 Fix no-rendering mode 30 March 2019, 14:21:02 UTC
1ebf712 Update Content link 30 March 2019, 13:41:07 UTC
f22df6d Increase smoke tests time-out 30 March 2019, 13:36:44 UTC
514cfac fixed triggers bounding box draw 30 March 2019, 13:36:44 UTC
222898e add draw trigger of traffic lights 30 March 2019, 13:36:44 UTC
ca6bcaf added parking and shoulders to no rendering mode 30 March 2019, 13:36:44 UTC
5fd463d Remove CarlaCola truck from the list of safe vehicles 30 March 2019, 13:36:44 UTC
6043d9a Fix OpenDriveActor 30 March 2019, 13:36:44 UTC
a66d7ee fixed small visual things 30 March 2019, 13:36:44 UTC
424372a lane markings and loading time of no rendering mode improved 30 March 2019, 13:36:44 UTC
1719524 OpenDriveActor modifications 30 March 2019, 13:29:57 UTC
ad427f6 OpenDriveActor with waypoints 30 March 2019, 13:29:57 UTC
367b22f Fix geo-reference parse double hanging forever when run inside Unreal Engine 30 March 2019, 13:29:57 UTC
a821963 Added flag to show trigger boxes for traffic signs 30 March 2019, 13:29:57 UTC
30cc426 Update license year 30 March 2019, 13:29:57 UTC
8c7189b Allow changing map from no-rendering mode 30 March 2019, 13:29:57 UTC
25e1c5a Include HDMaps in release package 30 March 2019, 13:29:57 UTC
aa42bd9 Update content link 30 March 2019, 13:29:57 UTC
574733d Add GDB mode to make launch 30 March 2019, 13:29:57 UTC
fcdb200 Move python_api.md to release's PythonAPI folder 30 March 2019, 13:29:57 UTC
5727ef6 Remove unnecessary requirement 30 March 2019, 13:29:57 UTC
b10484f Fix path to egg file 30 March 2019, 13:29:57 UTC
abc4789 Move generate_map.py to Util folder 30 March 2019, 13:29:57 UTC
ee2a5c0 Fix pipelines after Python scripts were moved 30 March 2019, 13:29:57 UTC
e683007 Reorganize PythonAPI folder 30 March 2019, 13:29:57 UTC
d7c0d34 Merge pull request #1451 from carla-simulator/feature/new_opendrive_parser Reworked OpenDrive parser 30 March 2019, 13:22:55 UTC
63ecdf1 Update CHANGELOG 30 March 2019, 12:47:41 UTC
f8edbb0 Fix Python scripts 30 March 2019, 12:12:22 UTC
6d62bec Rename WaypointInfoRoadMark to LaneMarking 30 March 2019, 11:24:51 UTC
3ac4f14 Case insensitive string comparisons 30 March 2019, 10:02:20 UTC
a6c96b8 Uncrustify 30 March 2019, 09:56:32 UTC
7988532 Fix uninitialized members 30 March 2019, 09:35:30 UTC
664d6da Fix quite fail 30 March 2019, 09:22:39 UTC
73b08e4 Merge branch 'master' into feature/new_opendrive_parser 29 March 2019, 20:33:57 UTC
3c18dee Fix CHANGELOG 29 March 2019, 20:31:30 UTC
2372306 Fix: global router to be consistent with the new Waypoint API 29 March 2019, 19:50:39 UTC
889b3b6 Fixed tests 29 March 2019, 17:14:01 UTC
9f5194d Now everything depends on s and not on sOffset 29 March 2019, 17:13:33 UTC
97099d8 Fix includes 29 March 2019, 17:01:20 UTC
bc6b80f One more assert 29 March 2019, 16:47:30 UTC
95afd66 Uncrustify 29 March 2019, 16:42:41 UTC
8206ac3 Fill MapBuilder with asserts 29 March 2019, 16:41:55 UTC
adb3583 Remove unnecessary const_cast 29 March 2019, 16:31:45 UTC
6aa79c8 Remove unnecessary file 29 March 2019, 16:26:57 UTC
84fafd3 Fix comment 29 March 2019, 16:19:55 UTC
d657297 Remove unused stuff 29 March 2019, 16:19:46 UTC
ff1322a Fix ObstacleDetectionEvent 29 March 2019, 15:26:04 UTC
db29652 Convert floats to doubles and uncrustify 29 March 2019, 15:15:35 UTC
f139bab Replace logging::log by log_debug 29 March 2019, 14:56:44 UTC
d9a9310 Slightly more efficient 29 March 2019, 14:42:59 UTC
8efd233 Fix comment 29 March 2019, 14:42:10 UTC
a0d8c30 * Fixed lane change logic * Overlapping path logic * Increased local planner queue length to accomodate larger route plans 29 March 2019, 13:49:11 UTC
f01b6f0 Fixed PythonAPI error 28 March 2019, 16:04:26 UTC
293a4d7 Updated Waypoint docs 28 March 2019, 14:37:53 UTC
21187fa Yield included in no rendering mode 28 March 2019, 14:37:53 UTC
e2d3795 Improving lane markings no rendering mode + small fix 28 March 2019, 14:37:53 UTC
7b97f11 Fixed not returning valid RoadMarks 28 March 2019, 14:37:53 UTC
3711004 Now, WaypointInfoRoadMark can be None in Python 28 March 2019, 14:37:53 UTC
a953834 roadmark binding in PythonAPI and adapted no rendering mode 28 March 2019, 14:37:53 UTC
a5f7261 Added support for lane mark info on waypoint core 28 March 2019, 14:37:53 UTC
a86d37f Modified router to work with new waypoints API 28 March 2019, 14:01:55 UTC
1b04100 Appropriately ending waypoint trace 28 March 2019, 14:01:55 UTC
1c11fae Global router waypoint generation implemented independently of global plan generation Note: waypoint generation also includes plan details but it is generated using waypoints, Not the other way round 28 March 2019, 14:01:55 UTC
31b80f8 Checkpoint ! Major code overhauling ahead. 28 March 2019, 14:01:55 UTC
acd5ce0 Basic agent integration and code overhauled * Split basic agent functionality into sensible private methods * Fixed global router intersection verifier to work with lane change edges 28 March 2019, 14:01:55 UTC
b854ed0 Global router overhauled * Enabled support for 3d localization and routing * Added graph representation for lane change * Overhauled code to make use of carla objects as much as possible EOD commit 28 March 2019, 14:01:55 UTC
106d3e1 * Fixed false red signal detection * Fixed route interpretation logic EOW work desktop commit 28 March 2019, 14:01:55 UTC
1530144 * Fixed round about path overlap issue * Fixed intersection identification issue EOW Work Desktop Commit 28 March 2019, 14:01:55 UTC
8a876d7 Fixed intersection ignore issue on town 03 28 March 2019, 14:01:55 UTC
5e903a5 Modified basic agent: * Using RoadOption from local planner Modified local planner: * Increased waypoint que max length * Re organised buffering code Modified misc: * Added vector function Modified global route planner: * Using RoadOption from local_planner 28 March 2019, 14:01:55 UTC
20cada3 Export Town07 27 March 2019, 18:38:09 UTC
bad34f5 Increase "epsilon" to shift waypoints away from begin and end of lane sections 27 March 2019, 17:00:08 UTC
560c124 Merge branch 'master' into feature/new_opendrive_parser 27 March 2019, 15:40:11 UTC
99e7b39 Include VERSION in release package 27 March 2019, 15:39:09 UTC
2c0e357 Update CHANGELOG 27 March 2019, 15:35:06 UTC
e3765a9 Update content link 27 March 2019, 15:12:46 UTC
19ce185 Move RoadInfoIterator to its own header 27 March 2019, 14:00:53 UTC
918109f Improve method documentation 27 March 2019, 14:00:47 UTC
e8e1323 Organize CMakeLists.txt files 27 March 2019, 14:00:41 UTC
5e0dc03 Parse geo-reference 27 March 2019, 14:00:33 UTC
b3bac35 LaneInvasionSensor stabilization - Fix naming: Use 'LaneInvasionSensor'/'lane_invasion' instead of mixture with 'LaneDetector'/'lane_detector' - Create server-side LaneInvasionSensor (to be able to access it via ROS bridge) 27 March 2019, 10:05:19 UTC
be481c4 Changelog 26 March 2019, 18:57:13 UTC
1ffa98d Removed debug variables 26 March 2019, 18:57:13 UTC
871c66c Added MeshComponent to ObstacleDetector 26 March 2019, 18:57:13 UTC
78ddba6 Add missing methods to Python API Reference 26 March 2019, 18:33:59 UTC
2f37042 Added -no-rtti and no-exception for visual 26 March 2019, 17:54:13 UTC
65e8048 Added -no-rtti for Visual 26 March 2019, 17:54:13 UTC
26086d4 Draft on Windows compile options 26 March 2019, 17:54:13 UTC
b3c15e3 Compile LibCarla.server without RTTI 26 March 2019, 17:54:13 UTC
3645299 Fix CHANGELOG 26 March 2019, 17:52:28 UTC
d657c75 Improve get_waypoint test 26 March 2019, 16:29:40 UTC
b039388 Fix location check 26 March 2019, 16:27:36 UTC
da52ed0 Shift waypoints away from lane section edges 26 March 2019, 16:26:52 UTC
9c0317a Fix ActorList.Filter(...) method - change return type to SharedPtr<ActorList> - this fixes tr1::bad_weak_ptr when using / iterating filtered list 26 March 2019, 15:50:07 UTC
7d0fa8b Fix assert 26 March 2019, 15:18:14 UTC
de7d8a1 Remove commented out code 26 March 2019, 15:18:14 UTC
53d811b Merge remote-tracking branch 'origin/manishthani/no_rendering_opendrive' into jenkins/opendrive 26 March 2019, 14:25:12 UTC
fd45428 Updated no_rendering_mode 26 March 2019, 14:24:16 UTC
d8d3994 Merge branch 'marcgpuig/opendrive' into jenkins/opendrive 26 March 2019, 13:35:19 UTC
back to top