Skip to content

Commit

Permalink
Update Setup-ROS-2-with-VSCode-and-Docker-Container.rst
Browse files Browse the repository at this point in the history
Rosdep needs to be installed.

Signed-off-by: Z223I <[email protected]>
  • Loading branch information
Z223I authored Nov 29, 2024
1 parent 5689301 commit fdb9efd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ Open the Dockerfile and add the following contents:
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME
RUN apt-get update && apt-get upgrade -y
RUN apt-get update && apt-get install -y python3-rosdep \
&& rosdep init && rosdep update
RUN apt-get install -y python3-pip
ENV SHELL /bin/bash
Expand Down

0 comments on commit fdb9efd

Please sign in to comment.