Skip to content

Commit

Permalink
Tools: add ignore information in ros-ubuntu installation shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lukezhqin committed Dec 28, 2022
1 parent 0816d53 commit 156d951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/environment_install/install-ROS-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ if maybe_prompt_user "Add ardupilot-ws to your home folder [N/y]?" ; then
git clone https://github.com/ArduPilot/ardupilot_ros.git
popd
sudo apt update
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y -r
catkin build
popd
else
Expand Down

0 comments on commit 156d951

Please sign in to comment.