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

Mickael's profile - activity

2021-05-13 13:46:57 -0500 received badge  Famous Question (source)
2021-02-11 05:58:39 -0500 received badge  Famous Question (source)
2021-02-10 09:52:00 -0500 received badge  Notable Question (source)
2021-02-10 09:52:00 -0500 received badge  Popular Question (source)
2020-09-25 10:36:32 -0500 received badge  Notable Question (source)
2020-05-23 10:54:25 -0500 received badge  Popular Question (source)
2020-05-09 19:01:33 -0500 asked a question Shutdown C++ node properly

Shutdown C++ node properly Hello, I am trying to shutdown my C++ node properly using the code provided here : https://w

2020-05-09 13:23:25 -0500 marked best answer build VS build_depend

Hello,

I saw in different tutorials two different way to add dependencies in package.xml:

<build_depend>package</build_depend>
<build_export_depend>package</build_export_depend>
<exec_depend>package</exec_depend>

and

<build>package</build>

I would like to know the difference, and which one I should use.

Thank you.

2020-05-09 13:23:25 -0500 received badge  Scholar (source)
2020-05-09 12:54:47 -0500 asked a question build VS build_depend

build VS build_depend Hello, I saw in different tutorials two different way to add dependencies in package.xml: <bu