Skip to content

Commit

Permalink
Dependency file needs to be set also if rosdep target
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored and ar13pit committed Jun 29, 2023
1 parent 3be2d00 commit cc79715
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/tue-install-impl.bash
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ function tue-install-rosdep
then
tue-install-debug "Target '$target' has not yet been resolved by rosdep, going to installation procedure"

# Empty the target's dependency file
tue-install-debug "Emptying $TUE_INSTALL_DEPENDENCIES_DIR/$target"
truncate -s 0 "$TUE_INSTALL_DEPENDENCIES_DIR"/"$target"
local target_processed=false

# Check if target can be resolved by rosdep
tue-install-debug "rosdep resolve $target"
local rosdep_res
Expand Down

0 comments on commit cc79715

Please sign in to comment.