Commit Graph

4502 Commits

Author SHA1 Message Date
Axel 530f56e78b Changed LaneType enum from unsigned to signed type 2020-10-20 16:24:00 +02:00
sergi-e 59e171a285 Fixed sorting lin ni gen_overview 2020-10-20 14:42:25 +02:00
sergi-e a00a97714b Fixed method sorting 2020-10-20 14:42:25 +02:00
Zhuo Zhang 0b631213fb fix util/config.py's example usage's option string 2020-10-20 14:42:02 +02:00
Zhuo Zhang 4ad3080e72 fix link 2020-10-20 14:42:02 +02:00
sergi-e 6d7d632676 Update on Python2/Python3 support. Fixed <contribute assets> title. Added a note on Windows OSM open method 2020-10-20 14:41:41 +02:00
Pasch, Frederik fddf3c9b2e Update ad-rss-lib to 4.4.0 2020-10-20 14:41:19 +02:00
doterop 81a90f3886 Added missing file 2020-10-19 21:31:45 +02:00
doterop dbe7c2a89f Fixed tick activation 2020-10-19 21:31:45 +02:00
doterop 4fd68f7894 Updated changelog 2020-10-19 21:31:45 +02:00
doterop d40c47adb5 Updated changelog 2020-10-19 21:31:45 +02:00
doterop a0fc0178a5 Removed BB on PythonAPI 2020-10-19 21:31:45 +02:00
doterop 2fbfda2f24 Renamed and added enable/disable call 2020-10-19 21:31:45 +02:00
doterop ce31f3a1b6 Added GetBBsOfActor 2020-10-19 21:31:45 +02:00
doterop 8aedb57a97 Updated mesh with objectlabel 2020-10-19 21:31:45 +02:00
doterop df6e6eef65 Renamed object to mesh 2020-10-19 21:31:45 +02:00
doterop 04da915ab2 Objects are registered at the beginning of the level. 2020-10-19 21:31:45 +02:00
doterop ccee43bffa Added GetObjects call to server-side 2020-10-19 21:31:45 +02:00
doterop 374995b835 Added CarlaObject and objects function. 2020-10-19 21:31:45 +02:00
Axel 97be57b11a Added comments 2020-10-19 10:30:46 +02:00
Axel1092 aedd709119 Fixed map.get_waypoint function crashing with LaneType.Any 2020-10-19 10:30:46 +02:00
sergi.e 31fff28bc6
sergi-e/api-snipets (#3409)
* First iteration with snipets, copy button and snippet button for all methods

* New iteration with snipets implemented and test snipets

* New iteration without yaml intervention, with auxiliary doc deleted and responsive buttons to window width

* New iteration with snipets copied from recipes, images added, and invisible button for small window

* Fixed some marging issues & code formatting

* Removed recipe reference and its instances. Snipets are now scalable to window width. Added button to close snipet. doc_gen_snipets.py is now imported in doc_gen.py. Cleaned css inside .py and added to extra.css

* New iteration with two functionalities for snipet buttons. Pop up for small windows.

* Fixed bp_library.md

Co-authored-by: Marc Garcia Puig <marcgpuig@gmail.com>
2020-10-15 16:48:48 +02:00
Jacopo Bartiromo c54aa11653 CHANGELOG update 2020-10-14 11:16:40 +02:00
Jacopo Bartiromo 859dfffb5e Sorts vehicles by ID to avoid race condition in TM 2020-10-14 11:16:40 +02:00
sergi.e 00b2d85fe8
sergi-e/warning-docs-version (#3435)
* Fixed get_lightmanager remaining instances

* added warning regarding docs version

* fixed deg/s in carla.Actor
2020-10-13 14:41:10 +02:00
Bernd Gassmann eee354596c Delete accidently added temporary files 2020-10-09 12:22:30 +02:00
bernat 54ab51e57a Updating Changelog 2020-10-09 12:18:48 +02:00
sergi-e e50fed8f10 Fixed linux build disk space 2020-10-08 16:27:40 +02:00
sergi-e 79100c1571 Fixed carla.Imaage iter 2020-10-08 16:27:40 +02:00
sergi-e 507121620d First iteration on iter methods 2020-10-08 16:27:40 +02:00
berndgassmann b91e1b5e0e
Merge pull request #3388 from carla-simulator/fix_rss_sensor 2020-10-08 11:29:25 +02:00
sergi-e b7f733750b Fixed on Da and Ma comments 2020-10-07 11:42:28 +02:00
sergi-e aa3c21ce8a Finished first iteration on semantic tags 2020-10-07 11:42:28 +02:00
sergi-e 434dfaa3d0 First iteration on semnatic tags 2020-10-07 11:42:28 +02:00
sergi-e 461d5de74c Note on academic access for RoadRunner 2020-10-07 11:42:28 +02:00
sergi-e 55c2f1c2bb README pic and video updated 2020-10-07 11:42:28 +02:00
sergi-e 56b6c7e71d tempo sensors note 2020-10-07 11:42:28 +02:00
sergi-e 5e6a09ac88 Fixed TM page links 2020-10-07 11:42:28 +02:00
sergi-e a12943d329 First iteration of sync 2020-10-07 11:42:28 +02:00
bernat 76a1e95c6f Make function 'const' 2020-10-07 10:56:04 +02:00
bernat 4550573b5e Let skip messages in async, and block on sync mode 2020-10-07 10:56:04 +02:00
bernat 1d91e187c3 Avoid deadlock at high frame rate by race condition packets 2020-10-07 10:56:04 +02:00
doterop 7e736696e3 Fixed sensor_tick on cameras 2020-10-07 03:05:18 +02:00
Daniel Santos-Olivan 22c3e9cf55 Minor reformatting 2020-10-06 14:57:55 +02:00
Daniel Santos-Olivan 509ed941dd Fix SemLidar (correction of the last commit) 2020-10-06 14:57:55 +02:00
Daniel Santos-Olivan 49e5ef05a7 RayCastSemanticLidar: Fix id problem
We were getting the id from ActorInfo and this one
it is not the same as the client's actor id.
Now, we take it from FActorView and it is the correct one.
2020-10-06 14:57:55 +02:00
Axel 784d9b9ffe Updated jenkins file. 2020-10-02 11:51:37 +02:00
Axel 6f4e69da4c Fixed build script parsing arguments. 2020-10-02 11:51:37 +02:00
Axel c62070bbdd Fixed python 2 boost recompilation. 2020-10-02 11:51:37 +02:00
Axel b6c650d438 Python 2 returns. 2020-10-02 11:51:37 +02:00