Update internal link (#5865)
* Fix a typo in setting the max brake From self._max_steer to self._max_brake * Update internal link Link in the page navigation did not match the heading text later in the document, causing a broken link, and link text that does match the current content of the document. Update the link to match the body text/heading for building a package from source. --------- Co-authored-by: kykim0 <kykim144@gmail.com> Co-authored-by: bernat <bernatx@gmail.com>
This commit is contained in:
parent
50aa4f729d
commit
28054868ae
|
@ -2,7 +2,7 @@
|
|||
|
||||
It is a common practice in CARLA to manage assets with standalone packages. Keeping them aside allows to reduce the size of the build. These asset packages can be easily imported into a CARLA package anytime. They also become really useful to easily distribute assets in an organized way.
|
||||
|
||||
- [__Export a package from the UE4 Editor__](#export-a-package-from-the-ue4-editor)
|
||||
- [__Export a package in a CARLA build from source__](#export-a-package-in-a-carla-build-from-source)
|
||||
- [__Export a package using Docker__](#export-a-package-using-docker)
|
||||
- [__Import assets into a CARLA package__](#import-assets-into-a-carla-package)
|
||||
|
||||
|
@ -65,4 +65,4 @@ That sumps up how to create and use standalone packages in CARLA. If there is an
|
|||
<a href="https://github.com/carla-simulator/carla/discussions/" target="_blank" class="btn btn-neutral" title="Go to the CARLA forum">
|
||||
CARLA forum</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue