-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf130ae
commit 5a7f1a9
Showing
6 changed files
with
177 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
Installation {#installation} | ||
============================ | ||
# Installation | ||
|
||
The supported environments are specified in @subpage target-environments. | ||
The supported environments are specified in [target-environments](target-environments.md). | ||
|
||
The recommended method for installation is through the use of [ADE](https://ade-cli.readthedocs.io/en/latest/), | ||
a Docker-based tool to ensure that all developers in a project have a common, consistent development | ||
environment. It comes with a pre-built version of Autoware.Auto, so that you will not need to compile it yourself | ||
if you do not want to. | ||
|
||
- @subpage installation-ade | ||
- @subpage installation-ade-arm64 | ||
- [installation-ade](installation-ade.md) | ||
- [installation-ade-arm64](installation-ade-arm64.md) | ||
|
||
Autoware.Auto can also be built without the use of [ADE](https://ade-cli.readthedocs.io/en/latest/) | ||
Autoware.Core can also be built without the use of [ADE](https://ade-cli.readthedocs.io/en/latest/) | ||
for cases where a more granular control of the installation environment is needed. | ||
|
||
- @subpage installation-no-ade | ||
- [installation-no-ade](installation-no-ade.md) | ||
|
||
A prerequisite for running the full software stack with simulation is the LGSVL simulator: | ||
|
||
- @subpage lgsvl | ||
- [lgsvl](lgsvl.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.