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

sort by:
Revision Author Date Message Commit Date
07b4dec Update script for rawlidar 30 July 2020, 13:16:42 UTC
d1889fe Remove arguments from Preprocess to allow for optimization 30 July 2020, 13:16:42 UTC
20df95d Removed spaces 30 July 2020, 13:16:42 UTC
afd4391 RayCastLidar: Optimizing the normal lidar. 30 July 2020, 13:16:42 UTC
247c373 Correct tag the LiDAR. 30 July 2020, 13:16:42 UTC
0d1257b Removed old logs 30 July 2020, 13:16:42 UTC
5eb2f6d Tagger: Added some functions to the class to be used anywhere 30 July 2020, 13:16:42 UTC
53f54ee Fix minor header return. 30 July 2020, 13:16:42 UTC
92892ec Rewrite of RayCastLidar to inherit from RayCastRawLidar to reuse code 30 July 2020, 13:16:42 UTC
12cf111 Rewrite the RayCastRawLidar to store all info - We needed to change completly the way we store and compute the data because for some reason we could access the actor information from the computation threads so we store all the FHitResult in the Sensor and then we compute the Detection information when we store in the LidarRawData structure. 30 July 2020, 13:16:42 UTC
3c5f051 Changed data structures to data folder 30 July 2020, 13:16:42 UTC
3e1f177 LidarRawData now inherits from LidarData to avoid repetion of code 30 July 2020, 13:16:42 UTC
08e97be Rename LidarData and prepare it for merge it with LidarRawData 30 July 2020, 13:16:42 UTC
a4a9197 Removed unused file 30 July 2020, 13:16:42 UTC
1ac4390 Updated RayCastRawLidar with new data classes 30 July 2020, 13:16:42 UTC
4f2fec1 Addapted PointCloud to both Lidars 30 July 2020, 13:16:42 UTC
e93f9d3 Added needed Writing functions to old lidar 30 July 2020, 13:16:42 UTC
fdb3553 Added data/serializer structures for RayLidar 30 July 2020, 13:16:42 UTC
2b606fc Added RayCastRawLidar to the test script 30 July 2020, 13:16:42 UTC
f26ae8f RayCastRawLidar: First version, still in a very early stage. 30 July 2020, 13:16:42 UTC
cb431f1 Removed debug warning. 30 July 2020, 10:31:19 UTC
f55be13 Changed exposure_compensation 29 July 2020, 14:09:18 UTC
4d9da5e Updated ContentVersion.txt 29 July 2020, 14:09:18 UTC
f117478 Small fix on environment.py regaring the lights 29 July 2020, 14:09:18 UTC
c0244d2 Updated the changelog 29 July 2020, 14:09:18 UTC
583b6e9 Added docs 29 July 2020, 14:09:18 UTC
b505660 Exposed camera bloom and lens flare effect 29 July 2020, 14:09:18 UTC
db3c647 Changed more camera parameters to match the new ilumination 29 July 2020, 14:09:18 UTC
09a1935 Fixed ilumination camera values 29 July 2020, 14:09:18 UTC
a71e6e9 Fixed spdlog version to v1.7.0 for RSS Just using the v1.x branch is now longer working, as it requires a cmake newer than 3.5. 29 July 2020, 14:02:09 UTC
a4cbea5 Update: Make CARLA faster in a docker container (#3098) 28 July 2020, 19:20:00 UTC
7b455ce Compensate traffic light displacement. 28 July 2020, 07:28:17 UTC
215ceff Added stops in the ground from roadrunner. 28 July 2020, 07:28:17 UTC
284f1e7 Ficed conversion from object record to signal. 28 July 2020, 07:28:17 UTC
6d4e92b Small fix to traffic light spawn. 28 July 2020, 07:28:17 UTC
cbd12ac Added detection of 'Speed_' object record from roadrunner to interpret it as a speed signal. 28 July 2020, 07:28:17 UTC
5428354 Added automatic match of traffic lights and signals with existing actors. 28 July 2020, 07:28:17 UTC
91790e2 Update content version 23 July 2020, 19:55:10 UTC
c18ccca Fix for sem seg untaged objects spawned frm client 23 July 2020, 14:12:08 UTC
f8dd4e7 Update ad-rss-lib version 23 July 2020, 10:59:37 UTC
d20e6ef RSS: Cleanup - Only calculate for new frames - Return calculation result 23 July 2020, 10:59:37 UTC
e70480c RSS: Fix calculation of steering angle As ad-rss-lib is using a right-handed and CARLA left-handed coordinate system, the calculation of the steering angle must be inverted + remove obsolete openscenario 23 July 2020, 10:59:37 UTC
9fcde86 First iteration (#3089) 22 July 2020, 22:52:16 UTC
c0e6754 Update content version 22 July 2020, 16:25:55 UTC
b1be4af Fix for transparency see-through 22 July 2020, 18:13:34 UTC
5661215 Updating assets content 21 July 2020, 08:43:03 UTC
17f52a8 Note on motorbikes and bicycles 20 July 2020, 13:11:49 UTC
5c8f735 Fix on M comments2 20 July 2020, 13:11:49 UTC
32181eb Minor fixes 20 July 2020, 13:11:49 UTC
b39ffe8 New iteration with both tutorials 20 July 2020, 13:11:49 UTC
877697e new draft with manual approach 20 July 2020, 13:11:49 UTC
17ca775 First draft on new tutorial 20 July 2020, 13:11:49 UTC
ce35afc added missing commands 20 July 2020, 13:11:31 UTC
a44c381 Query formatting fixes. 20 July 2020, 13:10:34 UTC
be4bf24 Fixed query format. 20 July 2020, 13:10:34 UTC
68ede3c Fix windows compilation issue 20 July 2020, 13:10:34 UTC
98b6b2e Compilation fix 20 July 2020, 13:10:34 UTC
bb553e1 Updated docs. removed coma separations. 20 July 2020, 13:10:34 UTC
28fea86 Prevent event from being written to the recorder when there are none. 20 July 2020, 13:10:34 UTC
aec7251 Added Trigger volumes to recorder. Infor formatting changes. 20 July 2020, 13:10:34 UTC
eb63a2a Added traffic light time events. 20 July 2020, 13:10:34 UTC
b1a475d Added physics control to recorder info. 20 July 2020, 13:10:34 UTC
64aa5b0 Fixed road discretization for long geometries. 17 July 2020, 18:04:58 UTC
6757ae7 Update assets content 17 July 2020, 13:38:06 UTC
72df68b Add module distro to docker 17 July 2020, 13:38:06 UTC
73af1fd Sergi e/carlaviz docs (#3069) * carlaviz first draft * New iteration with pic * New pics and descriptions * list of items * First draft for PR * Index modified * ending modified * First draft fixes 17 July 2020, 12:55:42 UTC
5ac2ba7 Adding make commands to retrieve the Plugins (#3017) Co-authored-by: Marc Garcia Puig <marcgpuig@gmail.com> 17 July 2020, 10:36:49 UTC
0b781d5 Added noise to Lidar sensor (#3001) Co-authored-by: Marc Garcia Puig <marcgpuig@gmail.com> 17 July 2020, 10:33:50 UTC
8557c0b Updated changelog 16 July 2020, 08:13:42 UTC
a73b1e4 Fixed Import pipeline 16 July 2020, 08:13:42 UTC
e5e993c Fixed transform coord (#3047) 15 July 2020, 15:20:52 UTC
b24dedc sergi-e/fix-actor-alive (#3055) * First draft * Fix on recorder show info 15 July 2020, 11:39:55 UTC
db9572f sergi-e/dif-rigid-spring (#3043) * First iteration * Added warning regarding springarm bug * Fix on warning 15 July 2020, 09:27:41 UTC
baffc90 Fix egg inclusion 14 July 2020, 15:53:28 UTC
8944307 Disable pylint check 14 July 2020, 15:53:28 UTC
05aac9c Update pylintrc, fix vehicle lights on restricted vehicle control 14 July 2020, 15:53:28 UTC
805f7c2 Pylint cleanup 14 July 2020, 15:53:28 UTC
2cb29ba Further cleanup 14 July 2020, 15:53:28 UTC
bc898ac Cleanup 14 July 2020, 15:53:28 UTC
0332185 Update PythonAPI docu + Codeformatting of RSS parts 14 July 2020, 15:53:28 UTC
88ae9d0 Update to AD RSS Library 4.0.0 - Added support for unstructured scenes and pedestrians. - Rework rss example folder structure - Python based debug drawing - Handle negative speeds - Fixes #2871 by linking libproj statically. - Fixes #2958 by using sequential colcon build - Allow setting log level - Add ActorConstellationCallback - Move setting of RssDynamics to python code 14 July 2020, 15:53:28 UTC
f324c73 Review changes. 10 July 2020, 09:36:31 UTC
08fd758 Updated ContentVersions.txt 10 July 2020, 09:36:31 UTC
fcc5140 Updated documentation and changelog 10 July 2020, 09:36:31 UTC
2d26512 Added new frozen behavior. 10 July 2020, 09:36:31 UTC
4f1851b Fixed error that caused traffic light actors to be missing in client side. 10 July 2020, 09:36:31 UTC
4d46387 Added automatic signal match with OpenDRIVE. 10 July 2020, 09:36:31 UTC
07d016d Added reset group function to API. 10 July 2020, 09:36:31 UTC
5ccaa39 Small fix to elapse time function. 10 July 2020, 09:36:31 UTC
780f0fe Moved recorder to posttick. 10 July 2020, 09:36:31 UTC
e8a4630 Updating old traffic lights to use the traffic light component. 10 July 2020, 09:36:31 UTC
6f41587 Added check to prevent traffic light from updating during replay. 10 July 2020, 09:36:31 UTC
3ef3831 Fixed recorder for traffic lights in standalone mode. 10 July 2020, 09:36:31 UTC
fda71fe First draft 09 July 2020, 10:45:58 UTC
9b537a2 Update CHANGELOG 09 July 2020, 08:24:45 UTC
43e2809 Added a warning when the SprintArm transformation is ill formed. 09 July 2020, 08:24:45 UTC
ad76217 Update install_boost.bat Specify target toolset while bootstraping (required when using VS2019 Buildtools and targeting 2017 toolchain) 09 July 2020, 07:16:42 UTC
6bfe53f add 4 more missing backslashes to bat files 09 July 2020, 07:16:17 UTC
9ad22a2 Fix backslash for UE4_ROOT in Util/BuildTools/BuildCarlaUE4.bat 09 July 2020, 07:16:17 UTC
20bb4c5 Fix Windows build: Batch Files: proper handling of input, (back)slashes, spaces 09 July 2020, 07:16:17 UTC
back to top