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

what actually the dependencies mean?

asked 2020-04-15 01:36:05 -0500

utkarsh singh gravatar image

updated 2020-04-15 03:29:21 -0500

Procópio gravatar image

in ros tutorials for beginners

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2020-04-15 03:28:22 -0500

Procópio gravatar image

The dependencies of one package are all the other packages needed to build, execute or test the package of interest.

If you are writing and compiling a package, you would need to install the packages listed in the dependencies or clone and compile them.

If you are talking about a released packaged (debian file) the dependencies are the other debian files that will be automatically installed so you can properly run the package of interest.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2020-04-15 01:36:05 -0500

Seen: 112 times

Last updated: Apr 15 '20