Skip to content

Commit

Permalink
remove rosdep update alias, update rosdep install alias to not change…
Browse files Browse the repository at this point in the history
… dirs
  • Loading branch information
muritane committed Nov 11, 2024
1 parent cc988c6 commit 67edf96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/_RosTeamWs_Defines.bash
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ function RosTeamWS_setup_aliases {
alias rosds="cd \$ROS_WS/src"
alias rosdb="cd \$ROS_WS/build"
alias rosdi="cd \$ROS_WS/install"
alias rosdepu="rosdep update"
alias rosdepi="cd \$ROS_WS/src && rosdep install --from-paths . -y -i"
alias rosdepi="rosdep install -y -i --from-paths \$ROS_WS/src"
}

function RosTeamWS_setup_ros1_exports {
Expand Down

0 comments on commit 67edf96

Please sign in to comment.