ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Regarding rosdep

asked 2017-11-15 01:32:26 -0500

ujas mandavia gravatar image

Each new time we start ROS do we need to run sudo rosdep install command every time or we can simply use rosdep update

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2017-11-15 01:58:20 -0500

ahendrix gravatar image

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.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-11-15 01:32:26 -0500

Seen: 251 times

Last updated: Nov 15 '17