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 cf6b587 commit cfa478aCopy full SHA for cfa478a
installer/tue-install-impl.bash
@@ -179,6 +179,11 @@ function tue-install-rosdep
179
then
180
tue-install-debug "Target '$target' has not yet been resolved by rosdep, going to installation procedure"
181
182
+ # Empty the target's dependency file
183
+ tue-install-debug "Emptying $TUE_INSTALL_DEPENDENCIES_DIR/$target"
184
+ truncate -s 0 "$TUE_INSTALL_DEPENDENCIES_DIR"/"$target"
185
+ local target_processed=false
186
+
187
# Check if target can be resolved by rosdep
188
tue-install-debug "rosdep resolve $target"
189
local rosdep_res
0 commit comments