Skip to content

Commit 5f3d0c2

Browse files
committed
Added sudo to apt install in docs
1 parent 7bfadf1 commit 5f3d0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/setup_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To allow the container to communicate with the host machine, configure the host
6868
3. Install the eProsima Fast DDS middleware (should come preinstalled with ROS 2):
6969

7070
```shell
71-
apt install ros-"${ROS_DISTRO}"-fastrtps
71+
sudo apt install ros-"${ROS_DISTRO}"-fastrtps
7272
```
7373

7474
4. Configure the DDS middleware using the `fastrtps_config.xml` file included in the RAI repository:

0 commit comments

Comments
 (0)