Skip to content

Commit f912e42

Browse files
committed
PX4 package depends on mav_msgs
It already uses it in the cmakelists, but was missing a dependency in the package.xml.
1 parent 1ecbb73 commit f912e42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.xml

+2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@
4747
<build_depend>libmavconn</build_depend>
4848
<build_depend>tf</build_depend>
4949
<build_depend>rostest</build_depend>
50+
<build_depend>mav_msgs</build_depend>
5051
<run_depend>roscpp</run_depend>
5152
<run_depend>rospy</run_depend>
5253
<run_depend>std_msgs</run_depend>
5354
<run_depend>eigen</run_depend>
5455
<run_depend>libmavconn</run_depend>
5556
<run_depend>tf</run_depend>
57+
<run_depend>mav_msgs</run_depend>
5658

5759

5860
<!-- The export tag contains other, unspecified, tags -->

0 commit comments

Comments
 (0)