Skip to content

Commit

Permalink
remove rosdep update
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
  • Loading branch information
youtalk committed Nov 12, 2024
1 parent ea76f69 commit 6264cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/resolve_rosdep_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function resolve_rosdep_keys() {
local src_path=$1
local ros_distro=$2

rosdep update && rosdep keys --ignore-src --from-paths "$src_path" |
rosdep keys --ignore-src --from-paths "$src_path" |
xargs rosdep resolve --rosdistro "$ros_distro" |
grep -v '^#' |
sed 's/ \+/\n/g' |
Expand Down

0 comments on commit 6264cde

Please sign in to comment.