We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f479c commit 100b43dCopy full SHA for 100b43d
installer/tue-install-impl.bash
@@ -274,6 +274,11 @@ function tue-install-rosdep
274
then
275
tue-install-debug "Target '$target' has not yet been resolved by rosdep, going to installation procedure"
276
277
+ # Empty the target's dependency file
278
+ tue-install-debug "Emptying $TUE_INSTALL_DEPENDENCIES_DIR/$target"
279
+ truncate -s 0 "$TUE_INSTALL_DEPENDENCIES_DIR"/"$target"
280
+ local target_processed=false
281
+
282
# Check if target can be resolved by rosdep
283
tue-install-debug "rosdep resolve $target"
284
local rosdep_res
0 commit comments