Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 98

Dependencies in package.xml file

$
0
0
The ros tutorials that I follow say that the package.xml file has to contain two types of dependencies xml tag which are "build_depend" and "exec_depend". However, when I opened package.xml file of my package, I saw three different dependency xml tag. These are "build_depend", "exec_depend", and "build_export_depend". What is "build_export_depend" tag used for ? Two days ago, I built my package by using the command "catkin_make". Did this build operation add that tag into xml file ?

Viewing all articles
Browse latest Browse all 98

Trending Articles