Add dependency to sudo#680
Add dependency to sudo#680nuclearsandwich merged 1 commit intoros-infrastructure:masterfrom yotabits:patch-2
Conversation
Having sudo installed is mandatory to run rosdep properly.
Codecov Report
@@ Coverage Diff @@
## master #680 +/- ##
=======================================
Coverage 75.46% 75.46%
=======================================
Files 32 32
Lines 2967 2967
=======================================
Hits 2239 2239
Misses 728 728Continue to review full report at Codecov.
|
tfoote
left a comment
There was a problem hiding this comment.
Although not technically necessary as it could be used as root. I think this is good to add as it is necessary for all of our recommended usages as non-root.
Also when deploying in docker it allows to not to have to install sudo manually prior to any rosdep call :) |
Having sudo installed is mandatory to run rosdep properly.