Commit Graph

5314 Commits

Author SHA1 Message Date
bernatx 32ffd2c435 Changing to version 0.9.12 2021-07-30 13:12:28 +02:00
Guillermo 301445eb35 Fixed minroa gent error 2021-07-30 13:05:32 +02:00
corkyw10 dca7cc3f8d updated Index page, rearranged nav bar, corrected links to broken images, corrected default settings for wheel physics, added anysys rtr information 2021-07-30 12:48:32 +02:00
Joel Moriana 374b1dd3e6 added long description python api 2021-07-30 12:42:01 +02:00
corkyw10 d9873573cb Referenced large map feature for big areas 2021-07-30 11:49:29 +02:00
corkyw10 f72a31a491 Added updated OSM documentation 2021-07-30 11:49:29 +02:00
Corinne bd36e46b39
Corkyw10/maps documentation (#4233)
* Restructured maps docs layout and fixed affected URLs

* Updated RoadRunner map generation doc. Includes link for Leaderboard license

* Updated package ingestion doc so it is located in the main navigation bar. All relative links have been fixed.

* Moved customization information to separate tutorial. Added next steps

* Moved manual preparation of json package to separate tutorial.

* Added how to add traffic light and signs documentation. Updated nav with approriate page name. Cropped photo to show an updated view of UE editor

* Redraft of the weather and landscape tutorial

* Updated tutorial for using the road painter. Typo fix in other tutorials for map customization

* Added tutorial to add levels to maps

* Added images for maps tutorials

* Minor syntax changes to manual package prep

* Full drafts of map documentation

* Added images and corrected names for building shaders

* [NO_BUILD] First draft of Large Maps docs (#4396)

* Drafting large map docs

* Changed name of spawn_npc script

* Syntax changes

* Corrected hybrid mode dormant behavior, added code for setting ego vehicle, removed expensive note about map calls

* Added section for roadrunner large maps

* Added images to roadrunner docs and rearranged nav bar and titles.

* Added corrections to import of large maps and standard map nomenclature

Co-authored-by: bernat <bernatx@gmail.com>

* Made corrections to spawn points and additional fbx folder information

* Fixed mentions of normal maps to standard maps

Co-authored-by: bernat <bernatx@gmail.com>
2021-07-30 11:20:23 +02:00
bernatx d1debd9a20 Adding target for python wheels 2021-07-30 11:18:30 +02:00
bernatx 0d3bfe15c2 Avoid additional maps in smoke test by now 2021-07-30 10:01:45 +02:00
Corinne d4ead18adc
[NO_BUILD] Added first draft of python wheel documentation (#4325)
* Added first draft of python wheel documentation

* Removed the 2 from pip2

* Updated wheel flag info and linux requirements

* Updated build docs with information about whl's and egg's

* Updated installation and build docs to reflect the new ways to install the client library

* Removed summary sections from build docs. The process is too complicated and open to mistakes if users follow a summary

* Corrections on python wheel docs

* Removed python version references

* Removing/fixing irrelevant parts of the docs and fixing example code snippets.

* Corrected python versions on windows and quickstart and removed repair wheel flag on linux
2021-07-30 09:44:54 +02:00
bernatx 4d04b4ae29 Cook maps one by one in windows (slower but can package unlimited maps) 2021-07-30 03:07:41 +02:00
bernatx 756e753826 Revert "Refactor argument synch -> sync", because async is reserved word in Python
This reverts commit 48bd1b45c0.
2021-07-30 01:08:15 +02:00
bernatx 2d717a958e Fixing import.py for python 3 2021-07-30 01:08:15 +02:00
Guillermo d40f787e68 Minor warning changes 2021-07-30 01:08:15 +02:00
Daniel Santos-Olivan b9bfa88fab Refactor argument synch -> sync 2021-07-30 01:08:15 +02:00
Daniel Santos-Olivan bc386b35da Remove path in map text 2021-07-30 01:08:15 +02:00
Daniel Santos-Olivan f510803567 Minor fixes 2021-07-30 01:08:15 +02:00
Joel Moriana c84747676e fix bug generating too near waypoints 2021-07-30 01:05:58 +02:00
Roel Algaba Brizuela c451c3cb8a Axel : Fixed make import for large maps 2021-07-29 22:29:32 +02:00
corkyw10 50dd5897a7 Updated blueprint docs and added small note about vehicle and pedestrian generations 2021-07-29 21:06:40 +02:00
Corinne 293dad7923
Corkyw10/docs fix typos links (#4243)
* Fixed typo in code snippet. Swapped order of altitude and azimuth

* Fixed image links that needed '../' prefix to be visible on the live documentation

* Removed reference to velocity being affected 2 frames after it is set

* Updated Python API with missing 'set_pedestrians_cross_factor' method

* Regenerated python_api.md
2021-07-29 18:32:36 +02:00
Guillermo 1aa7eccba7 Removed overtake information 2021-07-29 16:21:59 +02:00
corkyw10 e0451af0cf Deprecated parts of docs removed 2021-07-29 16:21:59 +02:00
corkyw10 699251526b Fixes to base code for new agent and correction of method for following speed limits 2021-07-29 16:21:59 +02:00
corkyw10 144252915f Added how to create a custom agent and some other minor fixes. 2021-07-29 16:21:59 +02:00
corkyw10 dd9442b47f Agent script documentation first draft 2021-07-29 16:21:59 +02:00
corkyw10 c307840781 Updated download page with correct information about what latest means 2021-07-29 16:21:38 +02:00
corkyw10 ee8947b04a Added new steps for the UE4.26 branch 2021-07-29 16:21:38 +02:00
corkyw10 fb89558b51 Updated dockerfile link to point to 0.9.11 version 2021-07-29 16:21:38 +02:00
corkyw10 d1cc22ad5a Drafts of docker and render docs done 2021-07-29 16:21:38 +02:00
corkyw10 9e88bf1e99 Updated docker image with new commands based on the graphics API used. Brought docker build for managing packages into the main docs from github. Updated rendering docs to reflect the fact UE4.26 uses only vulkan and has an off screen flag. Moved make package from docker instructions to the guide for making packages. 2021-07-29 16:21:38 +02:00
Corinne 4a8342fae1
[NO_BUILD] Missing Python API docs (#4453)
* Adding pythonapi methods

* Added missing Python API methods

* Further missing methods added

* Mssing get_crosswalks method added

* Correction to set gravity method and command
2021-07-29 16:21:02 +02:00
Roel Algaba Brizuela 4151d6a18c Marcos weather script update 2021-07-29 16:20:07 +02:00
Guillermo 792f1ceca0 Added changelog 2021-07-29 15:34:20 +02:00
Guillermo 3514ed014f Removed overtaking for behavior agent 2021-07-29 15:34:20 +02:00
Guillermo 8a877315a9 Added missing function 2021-07-29 15:34:20 +02:00
Guillermo 18494b799d Reordered PID 2021-07-29 15:34:20 +02:00
Guillermo deda2c3e5e Readded the old planner with QoL changes 2021-07-29 15:34:20 +02:00
Guillermo e6420a0f73 Updated docs and cleaned code 2021-07-29 15:34:20 +02:00
Guillermo 982354081d Removed tests and debuggs 2021-07-29 15:34:20 +02:00
Guillermo fc98625861 Improved option dictionaries 2021-07-29 15:34:20 +02:00
Guillermo 4aae9ebd88 WIP: trying to transform parapoint to waypoint 2021-07-29 15:34:20 +02:00
Guillermo d61afc74f4 More improvements 2021-07-29 15:34:20 +02:00
Guillermo eebf56c103 Route improvements 2021-07-29 15:34:20 +02:00
Guillermo 47c42fabf7 Better emergency stop and vehicle detection 2021-07-29 15:34:20 +02:00
Guillermo 23a6091109 Another lane change option iteration 2021-07-29 15:34:20 +02:00
Guillermo 1408f6de53 Minor fixes 2021-07-29 15:34:20 +02:00
Guillermo e930958297 Removed agent.py 2021-07-29 15:34:20 +02:00
Guillermo 4f5ec0dae2 More improvements 2021-07-29 15:34:20 +02:00
Guillermo 97bd0e58f0 Minor improvements 2021-07-29 15:34:20 +02:00