Marc Garcia Puig
19af3a40c7
Default camera mode is now histogram
2020-09-18 17:24:56 +02:00
Marc Garcia Puig
788f9e33f7
Fixed histogram exposure mode
2020-09-18 17:24:56 +02:00
Jacopo Bartiromo
1139d679b1
changelog update
2020-09-18 14:55:14 +02:00
Praveen Kumar
f3d357d7d0
Implemented vehicle removal in OSM mode.
2020-09-18 14:55:14 +02:00
Praveen Kumar
bc5871330a
Implemented parameter for OSM mode.
2020-09-18 14:55:14 +02:00
Néstor Sabater
d240c8dca6
Update build_windows.md
...
Updated as requested in pull request review
2020-09-18 14:55:14 +02:00
Néstor Sabater
6ad3ff8d5c
Update build_windows.md
...
Added info about command execution that toke me many time to find out
2020-09-18 14:55:14 +02:00
Axel
def0b38a9a
Removed comments.
2020-09-17 18:35:30 +02:00
Axel
7bbb7f9c54
Fixed ugly z-fighting issue with OSM maps. Added AProceduralMeshActor for easier actor inspection in the editor.
2020-09-17 18:35:30 +02:00
Jacopo Bartiromo
14900e3bb7
fixes std::numeric_limits<float>::epsilon error
2020-09-17 15:51:21 +02:00
Jacopo Bartiromo
318681e276
fixes add entry issue
2020-09-17 15:49:07 +02:00
glopezdiest
32721d951f
Waypoint buffer cleans on route reset ( #3264 )
2020-09-17 15:48:09 +02:00
doterop
fd0e3f00a7
Cleaned atlas code and rolled back to OnEndFrameRT SendPixels
2020-09-17 15:46:32 +02:00
sergi-e
681d2adc00
New iteration on B comments
2020-09-17 15:45:15 +02:00
sergi-e
95f9c59e34
First iteration
2020-09-17 15:45:15 +02:00
sergi-e
d18a506edf
First iteration
2020-09-16 17:42:30 +02:00
sergi-e
fd89ec4cd7
Brief note on code contributions
2020-09-16 17:41:06 +02:00
Axel
ec7b3b63fd
Added off state to traffic lights.
2020-09-16 17:13:58 +02:00
Axel
7b914bd13a
Updated comments.
2020-09-16 16:32:45 +02:00
Axel
58a0709416
Updated ContentVersions
2020-09-16 16:32:45 +02:00
Axel
f008c922ba
Updated changelog.
2020-09-16 16:32:45 +02:00
Axel
2a2b7d9bc8
Added static mesh factory.
2020-09-16 16:32:45 +02:00
Marc Garcia Puig
0a837ff1a0
Fixed bad_weak_ptr + updated deprecated asio calls
2020-09-16 13:12:02 +02:00
Jacopo Bartiromo
4757ce4dcc
Fixes a map change error when TM is in synchronous mode ( #3288 )
...
* Update build_windows.md
Added info about command execution that toke me many time to find out
* Update build_windows.md
Updated as requested in pull request review
* Running Carla when choosing a) deb Carla install
This fixes a minor error in the documentation regarding running carla, if the deb installation was choosen.
* Fix for traffic manager freezing upon map change
* Remove manual unlock of mutex
Co-authored-by: Néstor Sabater <web.nsabater@gmail.com>
Co-authored-by: ll7 <32880741+ll7@users.noreply.github.com>
Co-authored-by: Praveen Kumar <pravinblaze@hotmail.com>
Co-authored-by: bernat <bernatx@gmail.com>
2020-09-16 13:11:04 +02:00
doterop
5bdd65ca0e
Added call to the PythonAPI
2020-09-10 15:48:22 +02:00
doterop
b753498ecb
Removed debug draw calls
2020-09-10 15:48:22 +02:00
doterop
33700bd6e3
Added call on the server side to retrieve the BBs
2020-09-10 15:48:22 +02:00
doterop
1855d34c56
GM::GetAllBBsOfLevel now returns the array of BBs
2020-09-10 15:48:22 +02:00
doterop
af0d92676d
Fixed Folliage BB calculation.
2020-09-10 15:48:22 +02:00
doterop
abcc0f30d7
Added a call on the GM to get all the BBs of the level
2020-09-10 15:48:22 +02:00
doterop
3b6a6bbb24
Added BB folliage calculation
2020-09-10 15:48:22 +02:00
doterop
be1299f5c5
Added BB calculation for an array of actors
2020-09-10 15:48:22 +02:00
doterop
2ca15c3bc5
Added new function to calculate BBs on SKM and SM
2020-09-10 15:48:22 +02:00
bernat
8c3f281b51
Running Carla when choosing a) deb Carla install
...
This fixes a minor error in the documentation regarding running carla, if the deb installation was choosen.
2020-09-09 23:27:54 +02:00
sergi-e
b8128a9f04
new iteration on J comments
2020-09-09 23:18:37 +02:00
sergi-e
4c4ac269bb
First iteration on J comments
2020-09-09 23:18:37 +02:00
sergi-e
29cb90f8aa
First draft
2020-09-09 23:18:37 +02:00
sergi-e
f4fc32f911
Fixed index
2020-09-09 23:13:34 +02:00
sergi-e
7afdebedca
coma fixed
2020-09-09 23:12:58 +02:00
sergi-e
ab21659548
New iteration with no release dependent command
2020-09-09 23:12:58 +02:00
sergi-e
03bcce6329
First iteration
2020-09-09 23:12:58 +02:00
bernat
131764de0c
changelog
2020-09-09 23:07:34 +02:00
bernat
b574ca57e8
Fix manual_control_steeringwheel.py memory leak
2020-09-09 23:07:34 +02:00
bernat
e8f103c786
Remove unused .xodr parsing call
2020-09-09 23:07:34 +02:00
bernat
6de460466e
Fix manual_control.py memory leak
2020-09-09 23:07:34 +02:00
Aniol Marti
a33855ba25
New feature: allow remote sumo instance in spawn_npc_sumo.py
...
* New arguments: --sumo-host, --sumo-port.
2020-09-09 16:10:13 +02:00
Aniol Marti
18ae3b3acc
Fix typo: liston -> listen in Co-Simulation/Sumo/run_synchronization.py
2020-09-09 16:10:13 +02:00
doterop
f287a1e7c0
Automatic calculation of vehicle's BB ( #3267 )
...
* Added BB calculation
* Updated changelog
* Removed logs
* Improved BB calculation
* Added BB calculation
* Updated changelog
* Removed logs
* Improved BB calculation
* Updating content version
Co-authored-by: bernat <bernatx@gmail.com>
2020-09-09 14:29:31 +02:00
bernat
808755ad3f
Update build_windows.md
2020-09-07 14:43:37 +02:00
Marc Garcia Puig
63e7c765a8
Update pull_request_template.md
2020-09-07 11:15:55 +02:00