Commit Graph

2351 Commits

Author SHA1 Message Date
Daniel fe4fcb68ba Export tool updated. Minor distribution fixes 2019-02-27 20:01:23 +01:00
Daniel bc9a713791 Map process now inside Carla Plugin 2019-02-27 20:01:23 +01:00
Daniel 78fb59d44c README file for RoadRunnerFiles 2019-02-27 20:01:23 +01:00
Daniel a5aebf9a89 Excluded test file 2019-02-27 20:01:23 +01:00
Daniel 9051def0ee Small fixes 2019-02-27 20:01:23 +01:00
Daniel 1958a1c445 Added changes to changelog 2019-02-27 20:01:23 +01:00
Daniel c004432c39 Improved OpenDriveActor
- Now it keeps track of signs and lights
- Now it despawns signs and lights on "Remove Route"
2019-02-27 20:01:23 +01:00
Daniel e7a5f870f3 Added Traffic Signs 2019-02-27 20:01:23 +01:00
Daniel 59ea5589e0 Import now work with custom traffic lights and groups 2019-02-27 20:01:23 +01:00
Daniel dd0daceb9c Build and material fixes
Fixed a compilation issue.
Fixed a value being GCed and not changing material properly when --usecarlamats was used.
2019-02-27 20:01:23 +01:00
Daniel 1644ae4b17 Fixed material issue 2019-02-27 20:01:23 +01:00
Daniel cad5a61318 Changed the plugin so it is a editor plugin 2019-02-27 20:01:23 +01:00
Daniel 5491ab54eb Improved script messaging 2019-02-27 20:01:23 +01:00
Daniel 7830ad7d08 Documentation for generate map from fbx 2019-02-27 20:01:23 +01:00
Daniel 166375b87e Removed test print 2019-02-27 20:01:23 +01:00
Daniel 8d2769d22e first completed version of the generate_map.py script 2019-02-27 20:01:23 +01:00
Daniel a34a0e1d02 Basic functionality achieved.
- FBX to UMAP
2019-02-27 20:01:23 +01:00
Daniel 81158985a0 Commandlet for creating a new map (Editor Side) 2019-02-27 20:01:23 +01:00
nsubiron 10ea15d859 Update content link 2019-02-27 19:29:13 +01:00
nsubiron a4aa8ef5dd Update python_api.md 2019-02-27 18:54:03 +01:00
Aidan Clear f3eeb2ffa3 Updating changelog 2019-02-27 18:51:07 +01:00
Aidan Clear 5cbde4d5a9 Updating api to allow retrieval of traffic pole index and the other traffic lights in a group from a traffic light 2019-02-27 18:48:40 +01:00
Manish 7d59dd6208 Updated changelog 2019-02-27 18:20:11 +01:00
Manish be6b9d3b79 Traffic light gets illuminated when car is close to its trigger volume 2019-02-27 18:20:11 +01:00
nsubiron 4961fd488b Update content link 2019-02-27 17:47:36 +01:00
nsubiron 419be77858 Add support for stop and yield signs 2019-02-27 17:47:36 +01:00
nsubiron 3e93782c98 Expose traffic sign's trigger volumes on Python API 2019-02-27 17:47:36 +01:00
nsubiron 6701f22ab1 Fix compilation error on Windows 2019-02-27 16:53:37 +01:00
bernatx dc6fb320e0 Calling Recording functions without blocking Python 2019-02-27 15:29:01 +01:00
nsubiron fa9ad0028d Update content link 2019-02-27 14:36:41 +01:00
Néstor Subirón 60ef47f62b
Merge pull request #1304 from carla-simulator/feature/fixGeoReferenceParsing
fix parsing of OpenDrive geoReference exported by RoadRunner
2019-02-27 14:35:05 +01:00
Néstor Subirón 3f80ebcf0a
Merge branch 'master' into feature/fixGeoReferenceParsing 2019-02-27 13:14:29 +01:00
Néstor Subirón d39bb39688
Merge pull request #1301 from carla-simulator/new_expose_vehicle_physics
New expose vehicle physics
2019-02-27 13:14:04 +01:00
Néstor Subirón 0e7e1b0b91
Merge branch 'master' into new_expose_vehicle_physics 2019-02-27 12:29:58 +01:00
Néstor Subirón 45685d0f5f
Merge pull request #1241 from carla-simulator/marcgpuig/windows_build
Basic build system for Windows
2019-02-27 12:27:35 +01:00
Manish 15d6675ddb calling get physics control without gil 2019-02-27 12:00:12 +01:00
Marc Garcia Puig f0273d5465
Merge branch 'master' into marcgpuig/windows_build 2019-02-27 11:50:57 +01:00
germanros1987 dc664cf4b2
Merge pull request #1287 from carla-simulator/NoRenderingModeFixes
No rendering mode fixes
2019-02-26 14:05:55 -08:00
Pasch, Frederik 381f03a9a0 fix parsing of OpenDrive geoReference exported by RoadRunner 2019-02-26 19:34:31 +01:00
Manish 0cf2c1b5de changed pixels per meter to avoid pygame error when loading town06 2019-02-26 17:46:56 +01:00
bernatx d0c2962f5d Add some comments on code, change some hash function 2019-02-26 15:07:19 +01:00
bernatx 6b609f5db6 Isolate the query module 2019-02-26 15:07:19 +01:00
bernatx 4b24e7b4d6 Improvements to the collision structure for recording 2019-02-26 15:07:19 +01:00
bernatx 4edf6c4fd7 Fix error when client can not connect to server 2019-02-26 15:07:19 +01:00
manishthani a49e14997e
Merge branch 'master' into new_expose_vehicle_physics 2019-02-26 14:56:05 +01:00
Manish 3390e5a718 Updated documentation and small refactor 2019-02-26 11:44:51 +01:00
Manish 4cbd6311e6 changed some default params 2019-02-25 21:36:50 +01:00
Manish 5eb4561a38 refactoring code 2019-02-25 20:41:54 +01:00
Manish 37f70ba184 Bug Fix: vehicles do not vibrate and map name accessed from map object 2019-02-25 17:38:35 +01:00
Manish 331c0b04d2 Merge branch 'master' into NoRenderingModeFixes 2019-02-25 14:57:15 +01:00