Skip to content

Commit 0c5d138

Browse files
authored
docs: remove pacmod references (#736)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent eb2bc31 commit 0c5d138

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/installation/autoware/docker-installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Open AD Kit provides different deployment options for Autoware, so that you can
111111
vcs import src < extra-packages.repos
112112
```
113113

114+
> ⚠️ You might need to install the dependencies of the extra packages manually.
115+
>
116+
> ➡️ Check the readme of the extra packages for more information.
117+
114118
2. Update dependent ROS packages.
115119

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

docs/installation/autoware/source-installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ sudo apt-get -y install git
5252
- [Install Dev Tools](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/dev_tools#manual-installation)
5353
- [Install gdown](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/gdown#manual-installation)
5454
- [Install geographiclib](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/geographiclib#manual-installation)
55-
- [Install pacmod](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/pacmod#manual-installation)
5655
- [Install the RMW Implementation](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/rmw_implementation#manual-installation)
5756
- [Install ROS 2](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/ros2#manual-installation)
5857
- [Install ROS 2 Dev Tools](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/ros2_dev_tools#manual-installation)
@@ -91,6 +90,10 @@ sudo apt-get -y install git
9190
vcs import src < extra-packages.repos
9291
```
9392

93+
> ⚠️ You might need to install the dependencies of the extra packages manually.
94+
>
95+
> ➡️ Check the readme of the extra packages for more information.
96+
9497
2. Install dependent ROS packages.
9598

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

0 commit comments

Comments
 (0)