added warning to remove CARLA cache
This commit is contained in:
parent
378ac59f3d
commit
f4e87a8e76
|
@ -78,10 +78,16 @@ __6.__ A `<mapName>.bin` file will be created. This file contains the informatio
|
|||
|
||||
__7.__ Test the pedestrian navigation by starting a simulation and running the example script `generate_traffic.py` in `PythonAPI/examples`.
|
||||
|
||||
!!! note
|
||||
**If you need to rebuild the pedestrian navigation** after updating the map, ensure to delete the CARLA cache. This is normally found in the home directory in Ubuntu (i.e. `cd ~`), or in the user directory in Windows (the directory assigned to the environment variable `USERPROFILE`), remove the folder named `carlaCache` and all of its contents, it is likely to be large in size.
|
||||
|
||||
|
||||
---
|
||||
|
||||
If you have any questions about the process, then you can ask in the [forum](https://github.com/carla-simulator/carla/discussions).
|
||||
|
||||
|
||||
|
||||
<div class="build-buttons">
|
||||
<p>
|
||||
<a href="https://github.com/carla-simulator/carla/discussions" target="_blank" class="btn btn-neutral" title="Go to the CARLA forum">
|
||||
|
|
Loading…
Reference in New Issue