Skip to content

Commit

Permalink
refactor: added documentation about the extra packages
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
  • Loading branch information
esteve committed Mar 10, 2025
1 parent a84a2f1 commit f69ae04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation/autoware/docker-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ Inside the container, you can run the Autoware tutorials by following these link

> ⚠️ Note: The nightly repositories are unstable and may contain bugs. Use them with caution.
Optionally, you may also download the extra repositories that contain drivers for specific hardware, but they are not necessary for building and running Autoware:

```bash
vcs import src < extra-packages.repos
```

2. Update dependent ROS packages.

The dependencies of Autoware may have changed after the Docker image was created.
Expand Down
6 changes: 6 additions & 0 deletions docs/installation/autoware/source-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ sudo apt-get -y install git

> ⚠️ Note: The nightly repositories are unstable and may contain bugs. Use them with caution.
Optionally, you may also download the extra repositories that contain drivers for specific hardware, but they are not necessary for building and running Autoware:

```bash
vcs import src < extra-packages.repos
```

2. Install dependent ROS packages.

Autoware requires some ROS 2 packages in addition to the core components.
Expand Down

0 comments on commit f69ae04

Please sign in to comment.