Skip to content

Commit

Permalink
ignore the return value of rosdep update
Browse files Browse the repository at this point in the history
  • Loading branch information
UW Amazon Manipulation Project committed Sep 24, 2023
1 parent 27ffec1 commit 10986e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_scripts/10_create_new_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ conda config --env --add channels conda-forge
conda config --env --add channels robostack

mamba install -y catkin_tools rosdep ros-noetic-catkin
rosdep update
rosdep update || true

catkin build --workspace $HOME/workspaces/$WORKSPACE_NAME/ || true

Expand Down

0 comments on commit 10986e6

Please sign in to comment.