nsubiron
|
36e1ca6ed0
|
Fix route planner trigger box default extent
|
2018-10-31 18:38:53 +01:00 |
nsubiron
|
0f4f23bb63
|
Make vehicles continue straight when off-road
|
2018-10-31 18:37:52 +01:00 |
nsubiron
|
362d613c6c
|
Fix camera position in vehicle_gallery.py
|
2018-10-31 14:08:38 +01:00 |
nsubiron
|
f99fc82f4a
|
Fix spawn_npc.py for Windows
|
2018-10-31 14:08:38 +01:00 |
nsubiron
|
db4f5082ee
|
Add lidar to manual_control.py
|
2018-10-31 14:08:38 +01:00 |
nsubiron
|
c9952328c7
|
Improve spawn_npc.py
|
2018-10-31 14:08:38 +01:00 |
nsubiron
|
d9d7bdb91e
|
Merge branch 'master' into roads
|
2018-10-31 14:08:11 +01:00 |
Marc
|
f8626d0461
|
Fixed tests after changing the coordinates in Math
|
2018-10-31 13:52:08 +01:00 |
Marc
|
529172036f
|
Removed test_map temporarily
|
2018-10-31 13:03:01 +01:00 |
iFuSiiOnzZ
|
878b484696
|
Fix pushd path for windows
|
2018-10-31 12:16:59 +01:00 |
Marc
|
2310fe1fd7
|
Merge branch 'roads' of https://github.com/carla-simulator/carla into roads
|
2018-10-31 12:05:43 +01:00 |
Marc
|
4380140c58
|
Changed coordinate system of Math's arc point distance
|
2018-10-31 12:05:15 +01:00 |
iFuSiiOnzZ
|
690d114d90
|
Start to play with the autopilot and opendrive
|
2018-10-31 11:52:40 +01:00 |
nsubiron
|
6ec8696bbc
|
Upgrade rpclib to fix crash when client exits too fast
|
2018-10-30 15:07:53 +01:00 |
iFuSiiOnzZ
|
ec14745050
|
Check for errors during opendrive parsing
|
2018-10-30 14:33:58 +01:00 |
iFuSiiOnzZ
|
425d1dca90
|
Put back the Init function for ARoutePlanner
|
2018-10-29 17:50:20 +01:00 |
iFuSiiOnzZ
|
00fc3e4b26
|
Return lanes ordered (from 1 to n and -1 to -n)
|
2018-10-29 15:42:59 +01:00 |
iFuSiiOnzZ
|
2b9480a772
|
Invert the heading the the 'y' to be in Unreal coordinates
|
2018-10-29 13:42:24 +01:00 |
nsubiron
|
eff9fa2ea6
|
Fix PythonAPI build on Windows
|
2018-10-29 11:32:32 +01:00 |
nsubiron
|
ee3a0fdc74
|
Add spawn_npc.py to package
|
2018-10-29 11:22:09 +01:00 |
nsubiron
|
5b2d4f9ed3
|
Fix Windows compilation
|
2018-10-29 11:04:44 +01:00 |
nsubiron
|
7649d677e3
|
Add script for spawning NPCs
|
2018-10-28 17:46:37 +01:00 |
nsubiron
|
92f8fe7fd6
|
Merge branch 'master' into roads
|
2018-10-28 11:35:42 +01:00 |
nsubiron
|
107b75c36b
|
Add license and documentation to Python examples
|
2018-10-28 11:23:59 +01:00 |
nsubiron
|
6d1f3519ec
|
Make possible to draw UE4 debug shapes from Python API
|
2018-10-28 10:19:30 +01:00 |
nsubiron
|
3af14283f8
|
Add vehicle spawn points
(cherry picked from commit 9aed85ed37 )
|
2018-10-28 10:08:41 +01:00 |
nsubiron
|
7e9656ede3
|
Fix 'make hard-clean'
|
2018-10-27 13:21:35 +02:00 |
Joshua Harlow
|
61ad44497f
|
Get config loading working again (for abs paths)
The main reason this wasn't working was because it
was only returning true for the relative path; when
it should return true in both cases.
Fixes #215
|
2018-10-26 14:42:02 -07:00 |
nsubiron
|
a12bedc555
|
Update content link
|
2018-10-26 21:06:31 +02:00 |
nsubiron
|
48d204161a
|
Fix route planner not initialized
|
2018-10-26 20:43:58 +02:00 |
nsubiron
|
bb0c9ffdbc
|
Change Python examples to use the recommended spawn points
|
2018-10-26 19:19:17 +02:00 |
nsubiron
|
89f30ee49c
|
Add save OpenDrive to disk
|
2018-10-26 19:19:17 +02:00 |
nsubiron
|
58150a65fe
|
Fix cannot save files on this folder
|
2018-10-26 19:19:17 +02:00 |
nsubiron
|
41a5af110e
|
Merge branch 'roads' into road_points_test
|
2018-10-26 19:18:00 +02:00 |
Marc
|
ee1eebe0ce
|
Improved Waypoint interface
|
2018-10-26 19:03:32 +02:00 |
nsubiron
|
8f12b498a2
|
Fix deleted shared_ptr
|
2018-10-26 18:28:42 +02:00 |
nsubiron
|
5c4d01167c
|
Merge branch 'roads' into road_points_test
|
2018-10-26 18:20:29 +02:00 |
nsubiron
|
4e075ca1f1
|
Merge branch 'master' into com
|
2018-10-26 17:29:59 +02:00 |
nsubiron
|
8b858209d4
|
Move PythonClient inside deprecated folder
|
2018-10-26 17:04:59 +02:00 |
nsubiron
|
c015a93558
|
Add missing includes
|
2018-10-26 15:14:26 +02:00 |
nsubiron
|
e97882264e
|
Disable texture streaming
|
2018-10-26 14:14:37 +02:00 |
iFuSiiOnzZ
|
035c00bb1d
|
Automatically load opendrife file
|
2018-10-26 13:01:38 +02:00 |
iFuSiiOnzZ
|
d95d8ee5ec
|
Refactoring
|
2018-10-25 16:15:12 +02:00 |
Marc
|
ad2f6f1d52
|
Sorted includes
|
2018-10-25 14:45:03 +02:00 |
iFuSiiOnzZ
|
e414eb8e98
|
Update cmake file
|
2018-10-25 13:50:25 +02:00 |
iFuSiiOnzZ
|
1ec41174e1
|
Route generates seemd to work
There is bug in the exported opendrive where is missing some information in the junctions.
|
2018-10-25 12:55:13 +02:00 |
iFuSiiOnzZ
|
905ab57ac5
|
Remove unnecessary files
|
2018-10-25 12:50:31 +02:00 |
nsubiron
|
73826236e0
|
Fix wrong overload was called
|
2018-10-25 12:01:47 +02:00 |
nsubiron
|
aeb04231c6
|
Correct map name if playing in editor
|
2018-10-25 12:01:19 +02:00 |
nsubiron
|
bf0685d115
|
Expose road maps to Python
|
2018-10-24 22:42:50 +02:00 |