Fdomf/docs (#1997)

* Added c++ doc section, Updated bp_library,docs improvements

* Minor changes

* Docs updates

* Added c++ doc section, Updated bp_library,docs improvements

* Minor changes

* Docs updates

* Updated jenkins file - master rebase

* Updated Jenkins - rebase

* Fixed doxygen link

* Waypoint tutorial extended and fixes

* Merge branch 'master' into fdomf/docs

* Fixes

* Merge branch 'fdomf/docs' of https://github.com/carla-simulator/carla into fdomf/docs

* Updated some python API class & methods

* Merge branch 'master' into fdomf/docs

* updated python api

* Updates

* Fixed broken link in camera&sensors doc

* Python API doc updated

* Added python api

* Added first lite version of python cookbook and docs related links

* Bp_doc_gen

* Merge branch 'master' into fdomf/docs

* merge master python api docs

* Updated doc

* make PythonApi.docs

* Merge branch 'master' into fdomf/docs

* Updated python API doc generator

* New debug recipe

* Docs fixes

* Fixed img links

* Merged master

* Img links
This commit is contained in:
Francesc Domene 2019-08-16 04:28:46 +02:00 committed by germanros1987
parent ecff54faf5
commit d46efdaa40
1 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@ print("R lane marking change: " + str(waypoint.right_lane_marking.lane_change))
# ...
```
![lane_marking_recipe](/img/lane_marking_recipe.png)
![lane_marking_recipe](img/lane_marking_recipe.png)
## Debug Bounding Box Recipe
@ -168,7 +168,7 @@ for actor_snapshot in world_snapshot:
# ...
```
![debug_bb_recipe](/img/debug_bb_recipe.png)
![debug_bb_recipe](img/debug_bb_recipe.png)
## Debug Vehicle Trail Recipe
@ -211,7 +211,7 @@ while True:
The image below shows how a vehicle loses control and drives on a sidewalk. The trail shows the path it was following and the speed at each waypoint.
![debug_trail_recipe](/img/debug_trail_recipe.png)
![debug_trail_recipe](img/debug_trail_recipe.png)
## Traffic lights Recipe
@ -235,4 +235,4 @@ if vehicle_actor.is_at_traffic_light():
# ...
```
![tl_recipe](/img/tl_recipe.gif)
![tl_recipe](img/tl_recipe.gif)