fixed links
This commit is contained in:
parent
5c6014f3e5
commit
7a91482260
|
@ -136,7 +136,7 @@ Thus, this was the last step of this introduction to CARLA. However there is yet
|
|||
<div class="build-buttons">
|
||||
<!-- Latest release button -->
|
||||
<p>
|
||||
<a href="python_cookbook.md" target="_blank" class="btn btn-neutral" title="Code recipes">
|
||||
<a href="../python_cookbook" target="_blank" class="btn btn-neutral" title="Code recipes">
|
||||
Code recipes</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -146,8 +146,8 @@ Code recipes</a>
|
|||
<div class="build-buttons">
|
||||
<!-- Latest release button -->
|
||||
<p>
|
||||
<a href="configuring_the_simulation.md" target="_blank" class="btn btn-neutral" title="Configuring the simulation">
|
||||
Configuring the simulation</a>
|
||||
<a href="../simulation_time_and_synchrony" target="_blank" class="btn btn-neutral" title="Synchrony and time-step">
|
||||
Synchrony and time-step</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
@ -156,7 +156,7 @@ Configuring the simulation</a>
|
|||
<div class="build-buttons">
|
||||
<!-- Latest release button -->
|
||||
<p>
|
||||
<a href="python_api.md" target="_blank" class="btn btn-neutral" title="Python API reference">
|
||||
<a href="../python_api" target="_blank" class="btn btn-neutral" title="Python API reference">
|
||||
Python API reference</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -9,7 +9,7 @@ Files needed:
|
|||
* Binaries `.fbx` - All meshes you need to build the map, i.e., roads, lanemarking, sidewalk, ect.
|
||||
* OpenDRIVE `.xodr` - Road network information that cars need to circulate on the map.
|
||||
|
||||
It is possible to modify an existing CARLA map, check out the [map customization][custommaplink]
|
||||
It is possible to modify an existing CARLA map, check out the [map customization](../dev/map_customization)
|
||||
tutorial.
|
||||
|
||||
The following steps will introduce the RoadRunner software for map creation. If the map is
|
||||
|
@ -373,7 +373,4 @@ Now pedestrians will be able to spawn randomly and walk on the selected meshes!
|
|||
`Content/Carla/Static/GenericMaterials`.
|
||||
* Unreal shortcuts to find materials and assets:
|
||||
* `Right-click on the Asset > Browse to Asset`
|
||||
* `Right-click on the Material > Asset Actions > Select Actors Using This Asset`
|
||||
|
||||
|
||||
[custommaplink]: /Docs/dev/map_customization.md
|
||||
* `Right-click on the Material > Asset Actions > Select Actors Using This Asset`
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
<h1> Python Cookbook </h1>
|
||||
<h1> Code recipes </h1>
|
||||
|
||||
This section contains a list of recipes that complement the [tutorial](../python_api_tutorial/)
|
||||
and are used to illustrate the use of Python API methods.
|
||||
|
|
Loading…
Reference in New Issue