We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ced80 commit 2ce9b0cCopy full SHA for 2ce9b0c
CMakeLists.txt
@@ -12,6 +12,7 @@ set(CATKIN_DEPENDENCIES
12
tf2
13
tf2_msgs
14
tf2_ros
15
+ mrs_msgs
16
)
17
18
## Find catkin macros and libraries
package.xml
@@ -26,6 +26,8 @@
26
<depend>libqt5-widgets</depend>
27
<depend>mav_msgs</depend>
28
29
+ <depend>mrs_msgs</depend>
30
+
31
<export>
32
<!-- gazebo_ros_paths_plugin automatically adds these to
33
GAZEBO_PLUGIN_PATH and GAZEBO_MODEL_PATH when you do this export inside
0 commit comments