Skip to content

Commit

Permalink
ROS: update rosdep command
Browse files Browse the repository at this point in the history
Add `-y -r` flags to continue on error and accept all changes.
  • Loading branch information
srmainwaring authored Oct 30, 2024
1 parent 40d4c8e commit 91f050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/source/docs/ros2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Now update all dependencies:
sudo apt update
rosdep update
source /opt/ros/humble/setup.bash
rosdep install --from-paths src --ignore-src
rosdep install --from-paths src --ignore-src -r -y
Installing the `MicroXRCEDDSGen` build dependency:

Expand Down

0 comments on commit 91f050a

Please sign in to comment.