Skip to content

Commit bbe8624

Browse files
authored
refactor: added documentation about the extra packages (#647)
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent a84a2f1 commit bbe8624

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/installation/autoware/docker-installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ Inside the container, you can run the Autoware tutorials by following these link
101101

102102
> ⚠️ Note: The nightly repositories are unstable and may contain bugs. Use them with caution.
103103
104+
Optionally, you may also download the extra repositories that contain drivers for specific hardware, but they are not necessary for building and running Autoware:
105+
106+
```bash
107+
vcs import src < extra-packages.repos
108+
```
109+
104110
2. Update dependent ROS packages.
105111

106112
The dependencies of Autoware may have changed after the Docker image was created.

docs/installation/autoware/source-installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ sudo apt-get -y install git
8989

9090
> ⚠️ Note: The nightly repositories are unstable and may contain bugs. Use them with caution.
9191
92+
Optionally, you may also download the extra repositories that contain drivers for specific hardware, but they are not necessary for building and running Autoware:
93+
94+
```bash
95+
vcs import src < extra-packages.repos
96+
```
97+
9298
2. Install dependent ROS packages.
9399

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

0 commit comments

Comments
 (0)