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