I would like to know if rosdep init
and rosdep update
that we perform during ROS installation make any changes outside the ROS environment. Does it update or modify the Debian packages or any other non-ROS components?
I am using Ubuntu 16.04 with ARM architecture.
From the
rosdep
command reference:Since
rosdep
update is not run withsudo
, it cannot affectapt
's package management.rosdep init
is run withsudo
. However, from the description, it doesn't seem like it touchesapt
either.