Regarding rosdep
Each new time we start ROS do we need to run sudo rosdep install command every time or we can simply use rosdep update
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Each new time we start ROS do we need to run sudo rosdep install command every time or we can simply use rosdep update
rosdep install
sets up some files that rosdep isn't able to install when you install rosdep. You only need to do this once, when you install rosdep.
rosdep update
updates the dependency database for resolving generic system package names to packages for your operating system.
The only times when you need to do this are during the initial installation (to initialize the database), and before you run rosdep install
, to make sure that you have the most recent database before installing system packages.
The rosdep database doesn't change often, so running rosdep update
more than once a day probably won't help unless you know that there has been a database change since the last time you ran it.
Asked: 2017-11-15 01:32:26 -0500
Seen: 298 times
Last updated: Nov 15 '17
sudo:rosdep: command not found
Impossible to initialize rosdep
How to RUN rosdep init and update in Dockerfile
what does intializing rosdep mean in simple terms ?
issues about using "sudo rosdep init"
Can sudo rosdep init and rosdep update be done offline?
How does rosdep install decide which packages to apt-get install?
rosdep permissions while ssh'ed