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:
rmurrish 2023-03-17 03:28:14 -07:00 committed by GitHub
parent 50aa4f729d
commit 28054868ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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. 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) - [__Export a package using Docker__](#export-a-package-using-docker)
- [__Import assets into a CARLA package__](#import-assets-into-a-carla-package) - [__Import assets into a CARLA package__](#import-assets-into-a-carla-package)