Universal_Robots_ROS2_Driver icon indicating copy to clipboard operation
Universal_Robots_ROS2_Driver copied to clipboard

Consider removing docker dependency from package.xml

Open firesurfer opened this issue 1 year ago • 3 comments

I suggest removing

  <test_depend>docker.io</test_depend>

As this is a very large dependency where many people prob. want to explicitly decide whether they install it or not. If implicitly installed it can even be a security risk on some systems especially if users are unaware of it.

There is --skip-keys=SKIP_KEYS for rosdep. But in order to specify this option one has to be aware of what is installed which might not be the case especially for quickly put together testing environments.

firesurfer avatar Aug 01 '23 06:08 firesurfer