sergi-e
101cac7a1d
Docs/adv_traffic_manager.md
2020-07-30 16:50:43 +02:00
sergi-e
0c61be3e52
New draft on first notes
2020-07-30 16:50:43 +02:00
sergi-e
4ff7fda7b1
First iteration with full descriptions
2020-07-30 16:50:43 +02:00
sergi-e
c5786d19da
First draft with new overview
2020-07-30 16:50:43 +02:00
sergi-e
dc5a716b1b
Minor fix on additional data note
2020-07-30 16:49:38 +02:00
sergi-e
a808772ab6
second draft on A notes
2020-07-30 16:49:38 +02:00
sergi-e
d177fc9d92
First draft
2020-07-30 16:49:38 +02:00
Guillermo
8c1181ca00
Fixed global planner's RoadOptions
2020-07-30 16:13:17 +02:00
joel-mb
aeb30d6b5a
[SUMO co-simulation] Fixed computing not allowed routes ( #3129 )
...
* Fixed bug computing not allowed routes
* Removed trailing spaces
Co-authored-by: bernat <bernatx@gmail.com>
2020-07-30 15:31:04 +02:00
Daniel Santos-Olivan
245cd0abe9
Removed comment to avoid codacy error
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
0ea498f744
Indentation correction
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
573830453f
Minor change to satisfy pylint
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
d7b1e4a315
RayCastRawLidar: Added optimization in the tag getter
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
a67d9732f2
Added open3d and matplotlib to requirements.txt
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
41da4d205f
Updated CHANGELOG
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
378a526524
Minor modification in open3d script
...
Be careful with the sleep time, its correct value
may vary between machines
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
f5f992ceff
Change delta time reference for profiling
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
c8ee455b05
Small optimization
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
64183b025a
Change of type to avoid windows error
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
65ae2c0366
Minor changes in raycast sensor script
2020-07-30 15:16:42 +02:00
Marc Garcia Puig
f94a9bad91
Added Open3D example script
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
f972b32a33
Minor changes to raycast sensor script to adapt to last changes
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
29508fefa4
Remove dropoff/noise/intensity related parameters from RawLidar
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
b5a297fea2
Added postprocess method for noise and intensity dropoff
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
f5e68a275b
Removed unused comments
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
07b4decbfa
Update script for rawlidar
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
d1889fed85
Remove arguments from Preprocess to allow for optimization
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
20df95d202
Removed spaces
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
afd43914e9
RayCastLidar: Optimizing the normal lidar.
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
247c3731b7
Correct tag the LiDAR.
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
0d1257b271
Removed old logs
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
5eb2f6dc18
Tagger: Added some functions to the class to be used anywhere
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
53f54ee0b7
Fix minor header return.
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
92892ec8e9
Rewrite of RayCastLidar to inherit from RayCastRawLidar
...
to reuse code
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
12cf111a45
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.
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
3c5f051f93
Changed data structures to data folder
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
3e1f17741c
LidarRawData now inherits from LidarData to avoid repetion of code
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
08e97be923
Rename LidarData and prepare it for merge it with LidarRawData
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
a4a9197c20
Removed unused file
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
1ac43909aa
Updated RayCastRawLidar with new data classes
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
4f2fec1f64
Addapted PointCloud to both Lidars
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
e93f9d328d
Added needed Writing functions to old lidar
2020-07-30 15:16:42 +02:00
Daniel Santos-Olivan
fdb3553b2c
Added data/serializer structures for RayLidar
2020-07-30 15:16:42 +02:00
Daniel Santos-Oliván
2b606fc639
Added RayCastRawLidar to the test script
2020-07-30 15:16:42 +02:00
Daniel Santos-Oliván
f26ae8f8ac
RayCastRawLidar: First version, still in a very early stage.
2020-07-30 15:16:42 +02:00
Axel
cb431f1015
Removed debug warning.
2020-07-30 12:31:19 +02:00
Marc Garcia Puig
f55be134d1
Changed exposure_compensation
2020-07-29 16:09:18 +02:00
Marc Garcia Puig
4d9da5e374
Updated ContentVersion.txt
2020-07-29 16:09:18 +02:00
Marc Garcia Puig
f11747892f
Small fix on environment.py regaring the lights
2020-07-29 16:09:18 +02:00
Marc Garcia Puig
c0244d2e85
Updated the changelog
2020-07-29 16:09:18 +02:00