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

Understanding package.xml file

asked 2022-10-25 14:27:15 -0500

KM23 gravatar image

updated 2022-10-26 03:31:45 -0500

ravijoshi gravatar image

What is the meaning of the below tags in the package.xml file? Should I use them if my package does not generate messages?

<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>message_runtime</exec_depend>
edit retag flag offensive close merge delete

Comments

The following documentation should be helpful: http://wiki.ros.org/catkin/package.xml

ravijoshi gravatar image ravijoshi  ( 2022-10-26 03:35:12 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-10-26 03:49:56 -0500

nils_iseke gravatar image

<build_depend> : specify the packages that are needed to build the package <exec_depend> : specify the packages that are needed to run the code of the package

But i am assuming that you want to solve another problem?

Blockquote Should I use them if my package does not generate messages?

If you can describe in more detail what the problem is, then we can help you better.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2022-10-25 14:27:15 -0500

Seen: 112 times

Last updated: Oct 26 '22