Skip to content

Commit 2ce9b0c

Browse files
committed
fix missing dependency on mrs_msgs
1 parent 57ced80 commit 2ce9b0c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set(CATKIN_DEPENDENCIES
1212
tf2
1313
tf2_msgs
1414
tf2_ros
15+
mrs_msgs
1516
)
1617

1718
## Find catkin macros and libraries

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<depend>libqt5-widgets</depend>
2727
<depend>mav_msgs</depend>
2828

29+
<depend>mrs_msgs</depend>
30+
2931
<export>
3032
<!-- gazebo_ros_paths_plugin automatically adds these to
3133
GAZEBO_PLUGIN_PATH and GAZEBO_MODEL_PATH when you do this export inside

0 commit comments

Comments
 (0)