doterop
5bdd65ca0e
Added call to the PythonAPI
2020-09-10 15:48:22 +02:00
bernat
b574ca57e8
Fix manual_control_steeringwheel.py memory leak
2020-09-09 23:07:34 +02:00
bernat
6de460466e
Fix manual_control.py memory leak
2020-09-09 23:07:34 +02:00
sergi-e
140bb675d1
Minor fix in Python API
2020-09-03 23:03:13 +02:00
Pasch, Frederik
251d2bbbb7
Remove switch to different default rss parameter, add new members
2020-09-03 16:15:54 +02:00
Pasch, Frederik
5f67e28821
Update RSS library to 4.1.0
...
Add setMapLogLevel() to rss sensor API
2020-09-03 16:15:54 +02:00
Marc Garcia Puig
d75e1516b3
Fixed open3d name
2020-09-02 14:44:42 +02:00
Marc Garcia Puig
aabde2182b
Small color fix
2020-09-02 14:44:42 +02:00
Marc Garcia Puig
564a15989b
Added sem seg water and changed Dynamic color
2020-09-02 14:44:42 +02:00
Marc Garcia Puig
c6b6fe6d71
Added color tags in opend3d.py
2020-09-02 14:44:42 +02:00
bernat
9e8f91337b
Change to 0.9.10 version
2020-07-31 23:00:20 +02:00
doterop
77f812aed4
Added tick after apply_settings
2020-07-31 21:55:30 +02:00
doterop
91786a7596
Removed wait
2020-07-31 21:55:30 +02:00
doterop
a4fa5a82dd
Added prints to see what test is running and added wait before starting sync mode
2020-07-31 21:55:30 +02:00
Axel
6d56aa843f
Updated function naming.
2020-07-31 21:50:19 +02:00
sergi-e
8765f0fd62
New iteration: PythonAPI, default params, and fixes for Linux build and FAQ
2020-07-31 21:50:19 +02:00
Axel1092
b25b1c4ba6
Updated docs
2020-07-31 21:50:19 +02:00
Axel1092
41ef5040f0
Updated docs
2020-07-31 21:50:19 +02:00
Axel1092
550c252813
Renaming OSM2ODR
2020-07-31 21:50:19 +02:00
Axel1092
8f5a5b43dc
Added converter build system for windows.
2020-07-31 21:50:19 +02:00
Axel1092
1047c76d2b
Added settings class for osm to odr conversion and documentation.
2020-07-31 21:50:19 +02:00
Axel1092
ed4805557b
Finishing fist iteration of the OSM2ODR API
2020-07-31 21:50:19 +02:00
Axel1092
a3fa0f7bed
Added xsd schema files to PythonAPI
2020-07-31 21:50:19 +02:00
Axel1092
f9baef5050
Added OSM to XODR to PythonAPI.
2020-07-31 21:50:19 +02:00
Axel1092
f87593aa30
Removed executable. Integration with PythonAPI.
2020-07-31 21:50:19 +02:00
Daniel Santos-Olivan
7a413c845a
Added new semantic tags to open3d script
2020-07-31 20:19:40 +02:00
Daniel Santos-Olivan
66a123e2e3
Sensor Sincronization
...
Added script as an example to syncronize all gathering
of sensor data in the client.
Co-authored-by: Marc Garcia Puig <marcgpuig@gmail.com>
2020-07-31 16:39:06 +02:00
bernat
9430d7e6f3
Update documentation
2020-07-31 16:38:41 +02:00
bernat
d23ce106bc
Add stop for the replayer
2020-07-31 16:38:41 +02:00
sergi-e
3ebcc89dd3
New iteration by S
2020-07-31 15:15:01 +02:00
Daniel Santos-Olivan
2454972098
Refactored documentation
2020-07-31 15:15:01 +02:00
Daniel Santos-Olivan
96d0ae27e6
Refactor SemanticLidar in LibCarla and PythonAPI
2020-07-31 15:15:01 +02:00
Daniel Santos-Olivan
187b720902
Updated documentation for RawLidar
2020-07-31 15:15:01 +02:00
Guillermo
8c1181ca00
Fixed global planner's RoadOptions
2020-07-30 16:13:17 +02:00
Daniel Santos-Olivan
245cd0abe9
Removed comment to avoid codacy error
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
a67d9732f2
Added open3d and matplotlib to requirements.txt
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
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
07b4decbfa
Update script for rawlidar
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
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
Marc Garcia Puig
f11747892f
Small fix on environment.py regaring the lights
2020-07-29 16:09:18 +02:00
Pasch, Frederik
e70480c664
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
2020-07-23 12:59:37 +02:00
sergi.e
9fcde86b05
First iteration ( #3089 )
2020-07-23 00:52:16 +02:00
Axel1092
bb553e1073
Updated docs. removed coma separations.
2020-07-20 15:10:34 +02:00