Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading