sort by:
Revision Author Date Message Commit Date
f3930a8 Ensure make package always package the correct version Add postfix to libcarla_client{_rss}{_debug}.a in RSS variant. make package target always rebuilds the final python shared library and so cannot package wrong version. Put LGPL lisence in python egg if RSS is linked. 03 April 2020, 17:57:44 UTC
c310d66 Merge branch 'master' into feature/integrate_rss_3.0.0 03 April 2020, 11:58:22 UTC
29e8e14 Sergi e/rss docs (#2686) * RSS first add * RSS docs first draft.· * Second draft. * Codacy fixes * Readme update 03 April 2020, 11:57:11 UTC
07fafae Merge branch 'master' into feature/integrate_rss_3.0.0 02 April 2020, 17:59:17 UTC
bdd0aaa Added function to retrieve landmarks in the same group. 02 April 2020, 17:01:31 UTC
4b31d0f Docs update 02 April 2020, 17:01:31 UTC
69e5e8b Fixed missing documentation for get_junction function. Updated changelog. 02 April 2020, 17:01:31 UTC
e24bceb Added get landmarks functions from map. 02 April 2020, 17:01:31 UTC
64f7b7c Adapt to separate documentation pull request - remove docu from this request again - Prefix RoadBoundariesMode and VisualizationMode under Python with 'Rss' for clarity 02 April 2020, 14:50:34 UTC
a07077c Fix manual_control_rss empty item 01 April 2020, 14:34:52 UTC
fa8a80c add make package.rss target 01 April 2020, 14:10:50 UTC
45803bb Added missing libtbb-dev dependency to the documentation 01 April 2020, 11:32:02 UTC
938c451 Added detailed documentation of RSSSensor 01 April 2020, 09:51:33 UTC
5743930 Merge branch 'master' into feature/integrate_rss_3.0.0 01 April 2020, 06:25:14 UTC
fe86dc2 Changed ApplyBatchSync call by passing do_tick_cue=true to reduce longitudinal oscillation in hybrid physics mode. 31 March 2020, 21:04:04 UTC
58c7fe3 Implemented waiting trigger in localization stage to initiate pipeline in synchronous mode. Restricting teleportation to forward direction only by checking teleportation transform in batch control stage. 31 March 2020, 21:04:04 UTC
179ec72 Fix some robustness issues Create RssCheck (again) when Listen is called to prevent from creating loggers all the time someone lopps over the actor list and the actor/sensor instances getting created. Only traverse actor list in CreateWorldModel once. tbb::parallel_for_each() gets already created actors and doesn't loop itself over actor list (which blocks). Finally changed code format of RSS to keep 120 chars per line. 31 March 2020, 16:30:50 UTC
849a6c5 Merge branch 'master' into feature/integrate_rss_3.0.0 31 March 2020, 16:28:22 UTC
f03c0ec Sergi e/map create custom (#2675) * First iteration * Minor fix * Iteration on Docker method * Deleted code line * new iteration with deprecated tutorials * fixed link * Iteration on X comments 31 March 2020, 16:09:04 UTC
c393f3a Adding Co-Simulation on packages 31 March 2020, 14:33:19 UTC
858a585 Hot Fixes For Hybrid Physics Mode (#2680) * Improved braking, collision negotiation. * Improved braking algorithm for smoother approach to lead vehicle. * Implemented smoother path boundary modification to aid smoother braking. * Re-worked collision negotiation algorithm. * Improved collision candidate filtering. * Added safe-guard in case of vehicle removal in collision stage. * Used local variable for heavily referenced object in localization stage. * Implemented vector relative velocities for motion planner's collision consideration. * Moved collision candidate sorting logic from collision stage to localization stage. * Sorting collision candidates using their ids instead of shared pointers to avoid memory corruption. * Improved conditions for collision consideration for greater efficiency. * Removed fps limit in async mode. * Hybrid physics mode * Introduced hybrid physics mode parameter * Implemented physics independent velocity computation * Modified localization stage to be physics agnostic * Fixing velocity compute interval in sync and async mode. Made motion planner stage work with internally computed velocities. * Made collision stage agnostic to actor physics * Sampling waypoint buffer for teleportation window * WIP: Teleportation changes * WIP2: Teleportation changes * Fixes waypoint window and vehicle spawning * hotfix to performance benchmark * comment out debugs * changelog * fixes collision bug * fixes package error and out_of_range bug * WIP: Hybrid mode oscillation bug * Added vertical offset parameter for physics-less mode. Restricting longitudinal waypoint offset to forward only. * remove comment Co-authored-by: Jacopo Bartiromo <jackbart94@gmail.com> Co-authored-by: Jacopo Bartiromo <32928804+jackbart94@users.noreply.github.com> 31 March 2020, 12:56:18 UTC
1e06309 Added warning when signals overlap driving lanes. 31 March 2020, 10:12:02 UTC
0eed245 Review fixes 31 March 2020, 10:11:39 UTC
d3854f8 Updated the CHANGELOG 31 March 2020, 10:11:39 UTC
5520f31 Exposed road mesh generation params to PythonAPI 31 March 2020, 10:11:39 UTC
b94180b Fixed wall generation 31 March 2020, 10:11:39 UTC
0999b0b Added basic walls to standalone OpenDRIVE mode 31 March 2020, 10:11:39 UTC
dc6c80a Merge branch 'master' into feature/integrate_rss_3.0.0 31 March 2020, 08:28:35 UTC
e8332e3 sergi-e/links-world-methods (#2677) * links fixed * Added O methods 30 March 2020, 23:39:50 UTC
1c468bb Updating ContentVersions.txt 30 March 2020, 21:32:29 UTC
4977071 Updating ContentVersions.txt 30 March 2020, 20:57:43 UTC
151e38c Hybrid mode for Traffic Manager (#2674) * Improved braking, collision negotiation. * Improved braking algorithm for smoother approach to lead vehicle. * Implemented smoother path boundary modification to aid smoother braking. * Re-worked collision negotiation algorithm. * Improved collision candidate filtering. * Added safe-guard in case of vehicle removal in collision stage. * Used local variable for heavily referenced object in localization stage. * Implemented vector relative velocities for motion planner's collision consideration. * Moved collision candidate sorting logic from collision stage to localization stage. * Sorting collision candidates using their ids instead of shared pointers to avoid memory corruption. * Improved conditions for collision consideration for greater efficiency. * Removed fps limit in async mode. * Hybrid physics mode * Introduced hybrid physics mode parameter * Implemented physics independent velocity computation * Modified localization stage to be physics agnostic * Fixing velocity compute interval in sync and async mode. Made motion planner stage work with internally computed velocities. * Made collision stage agnostic to actor physics * Sampling waypoint buffer for teleportation window * WIP: Teleportation changes * WIP2: Teleportation changes * Fixes waypoint window and vehicle spawning * hotfix to performance benchmark * comment out debugs * changelog * fixes collision bug * fixes package error and out_of_range bug * changes after review * Left & Right Transit of a lane: Waypoint mapping Co-authored-by: Praveen Kumar <pravinblaze@hotmail.com> Co-authored-by: Soumyadeep <soumyadeep.dhar@kpit.com> 30 March 2020, 20:53:29 UTC
4ed014a CHANGELOG updated 30 March 2020, 18:30:11 UTC
84c5795 added examples for towns01, 03 30 March 2020, 18:30:11 UTC
ab3314f translation from front-bumper to center 30 March 2020, 18:30:11 UTC
4142fbb fix codacy warnings 30 March 2020, 18:30:11 UTC
62de816 removed unused imports 30 March 2020, 18:30:11 UTC
a68a3e9 add newline to required files 30 March 2020, 18:30:11 UTC
f3bc879 initial version ptv-vissim co-simulation 30 March 2020, 18:30:11 UTC
9dfbb14 Fixing codacy issues 30 March 2020, 17:44:46 UTC
081de02 Added methods to get trafficlights and trafficsigns from landmarks 30 March 2020, 17:44:46 UTC
06e6357 CHANGELOG updated 30 March 2020, 16:50:18 UTC
5e5a397 newline added 30 March 2020, 16:50:18 UTC
31502c9 Added examples for towns01, 04, 05 30 March 2020, 16:50:18 UTC
55d87ef Typo fixed 30 March 2020, 16:50:18 UTC
1dd08c2 Avoid carla tick after spawning vehicles 30 March 2020, 16:50:18 UTC
1d8afd4 SPAWN_OFFSET_Z modified to 25m to avoid collisions 30 March 2020, 16:50:18 UTC
f1804ba correctly showing information about pressing sumo-gui play button. 30 March 2020, 16:50:18 UTC
d913938 Integrate ad-rss without find_package to cope with cmake 3.5 and newer boost version 30 March 2020, 15:52:37 UTC
5dda249 Merge branch 'master' into feature/integrate_rss_3.0.0 30 March 2020, 15:49:15 UTC
5c5028a Small float product optimization. 30 March 2020, 12:40:39 UTC
e7082fa Removed collision from signals defined in the middle of a driving lane. 30 March 2020, 12:40:39 UTC
d9c4de2 Removed debug code. 30 March 2020, 12:40:39 UTC
3f96494 Updated CHANGELOG. 30 March 2020, 12:40:39 UTC
d140688 Fixed warnings. Fixed missing assets in package. 30 March 2020, 12:40:39 UTC
a89e505 Added restriction to make trigger boxes only spawneable in driving roads. 30 March 2020, 12:40:39 UTC
1b108a0 Review fixes. Added default lane validity if missing record in OpenDRIVE. Added Automatic spawn of traffic lights and signals to the map generation without geometry. 30 March 2020, 12:40:39 UTC
12a5f6f Added Yield signal triggerbox generation. 30 March 2020, 12:40:39 UTC
df75abf Added stop sign automatic triggerbox generation. 30 March 2020, 12:40:39 UTC
d2b9c7e Added computation of conflicting road in junctions. 30 March 2020, 12:40:39 UTC
dfe175c Merge branch 'master' into feature/integrate_rss_3.0.0 30 March 2020, 12:03:47 UTC
19075c8 Remove src and build folders before cloning repos 30 March 2020, 12:02:50 UTC
5779a62 Added missing dependencies for ad_map_opendrive_reader to docu 30 March 2020, 11:02:07 UTC
808028d Remove submodules and build ad-rss under Build folder 30 March 2020, 10:42:06 UTC
239c4c5 sergi-e/p098-api (#2638) * Python API iteration p098 * New order enum * Fixed order getters setters * New python api md * New iteration, dunder coded * PythonAPI/docs/doc_gen.py * fix method_name 30 March 2020, 09:18:13 UTC
7ad35a9 Adapted to clang8 boost built and added some words on colcon installation in Docu. 30 March 2020, 09:00:50 UTC
ee5c7c8 Merge branch 'master' into feature/integrate_rss_3.0.0 30 March 2020, 07:46:50 UTC
35c346c Updating ContentVersions.txt 29 March 2020, 14:30:28 UTC
f9fb1fe Links checked (#2661) 29 March 2020, 10:51:16 UTC
c918f4b sergi-e/p098-sensors (#2639) * Tables fixed * fixed J comments * Fixes on Jl comments 28 March 2020, 17:42:46 UTC
a075e4f Collision avoidance and braking improvements (#2650) * Improved braking, collision negotiation. * Improved braking algorithm for smoother approach to lead vehicle. * Implemented smoother path boundary modification to aid smoother braking. * Re-worked collision negotiation algorithm. * Improved collision candidate filtering. * Added safe-guard in case of vehicle removal in collision stage. * Used local variable for heavily referenced object in localization stage. * Implemented vector relative velocities for motion planner's collision consideration. * Moved collision candidate sorting logic from collision stage to localization stage. * Sorting collision candidates using their ids instead of shared pointers to avoid memory corruption. * Improved conditions for collision consideration for greater efficiency. * Removed fps limit in async mode. * removed unused variable e * Implemented more details in snippet profiler Demonstration of compute bottleneck demo * Deeper bottleneck investigation demo * * Implemented road curvature threshold for path polygon vertex selection * Implemented direct boost point append to construct polygons * * Fix for polygon shrink bug. * Changed polygon start point relative to front waypoint instead of vehicle location. * Removed debug statements * Implemented lock and track logic for collision avoidance instead of state-less boundary extension. Improved braking logic to approach moving lead vehicle until a threshold and then following it at distance. * Increased vertical overlap threshold to accomodate high slope roads. * Implemented PR review change * Fixed collision negotiation bug inside junctions. * Implemented speed dependent (linear) follow distance. Temporary solution to flush overcompensating controller state. * Clamped velocity integral to avoid accumulating over-compensation for vehicles that take a long time to reach high target velocities. * changes to pid values changes to collision stage conditions Co-authored-by: Jacopo Bartiromo <jackbart94@gmail.com> Co-authored-by: Jacopo Bartiromo <32928804+jackbart94@users.noreply.github.com> Co-authored-by: bernat <bernatx@gmail.com> 28 March 2020, 15:26:50 UTC
7df4f97 Move backup to a public S3 28 March 2020, 12:16:20 UTC
c65e6e6 Adding boost backups to prevent regular web failures from BinTray 28 March 2020, 11:07:08 UTC
585f868 Updating ContentVersions.txt 27 March 2020, 21:12:36 UTC
38c59e7 Merge branch 'master' into feature/integrate_rss_3.0.0 27 March 2020, 16:20:35 UTC
bd9a4a3 Remove unnecessary pass-by-ref 27 March 2020, 15:27:21 UTC
c4af215 Fix compilation on older compilers 27 March 2020, 15:27:21 UTC
f015a12 Replace uses of abs by std::abs 27 March 2020, 15:27:21 UTC
2190005 Fix wrong optional includes 27 March 2020, 15:27:21 UTC
7d351b7 Merge branch 'master' into feature/integrate_rss_3.0.0 27 March 2020, 13:45:53 UTC
714850c Fixed the mesh addition 27 March 2020, 11:51:34 UTC
b003818 Improved straight mesh generation 27 March 2020, 11:51:34 UTC
393f6dd Fixed material name for crosswalks 27 March 2020, 11:51:34 UTC
d467bbb Used new tri strip function to generate road mesh 27 March 2020, 11:51:34 UTC
e20bb71 Used new tri fan function to generate crosswalks 27 March 2020, 11:51:34 UTC
6e4801c Allow triangle fan generation to mesh class 27 March 2020, 11:51:34 UTC
35d039c Fixed mesh indexes 27 March 2020, 11:51:34 UTC
d9b216c Added basic support for pedestrian crosswalks 27 March 2020, 11:51:34 UTC
77c043d Fixed and updated CHANGELOG 27 March 2020, 11:51:34 UTC
0f00bd4 Changing the the new groovy script 27 March 2020, 11:51:02 UTC
457b63b Upgrade to LLVM 8.0.1 27 March 2020, 11:51:02 UTC
1402f77 repair Dependencies for ubuntu18.04 ... 26 March 2020, 18:13:04 UTC
ba8c289 Fixed pylint error 26 March 2020, 16:03:14 UTC
950ed37 Extend and cleaned manual_control_rss.py example By the usage of ego_dynmics parameters and routing targets. 26 March 2020, 13:59:47 UTC
77316f0 Review comment implementation 26 March 2020, 12:53:01 UTC
151726f Implemented Review comment 26 March 2020, 12:53:01 UTC
063fb89 Minor Code Improvement 26 March 2020, 12:53:01 UTC
2e8323f Removed all the Logging Code Added Waypoint Binning changes - Improved waypoint buffer scanning.The buffer need not to be fully scanned to find the target waypoint - Improvised Localization Util class for getting targetWaypoint 26 March 2020, 12:53:01 UTC
8218f2e WIP Added More Logging 26 March 2020, 12:53:01 UTC
519be13 WIP Initial code for WayPoint Binning 26 March 2020, 12:53:01 UTC
back to top