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:
parent
ecff54faf5
commit
d46efdaa40
|
@ -140,7 +140,7 @@ print("R lane marking change: " + str(waypoint.right_lane_marking.lane_change))
|
|||
# ...
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Debug Bounding Box Recipe
|
||||
|
||||
|
@ -168,7 +168,7 @@ for actor_snapshot in world_snapshot:
|
|||
# ...
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Traffic lights Recipe
|
||||
|
||||
|
@ -235,4 +235,4 @@ if vehicle_actor.is_at_traffic_light():
|
|||
# ...
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
|
Loading…
Reference in New Issue