Skip to content

Commit 0cdb258

Browse files
committed
Bug fix: swarmie message dependency declarations missing
Added explicit dependencies on swarmie_msgs otherwise the headers may not be generated in time for the GUI and behaviours packages to find them.
1 parent 50d2f0f commit 0cdb258

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/behaviours/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ find_package(catkin REQUIRED COMPONENTS
1111
random_numbers
1212
tf
1313
apriltags_ros
14-
)
14+
swarmie_msgs
15+
)
1516

1617
catkin_package(
1718
CATKIN_DEPENDS geometry_msgs swarmie_msgs roscpp sensor_msgs std_msgs random_numbers tf apriltags_ros

src/rqt_rover_gui/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ find_package(catkin REQUIRED COMPONENTS
3232
geometry_msgs
3333
ublox_msgs
3434
ublox_serialization
35+
swarmie_msgs
3536
)
3637

3738
find_package( Qt5 REQUIRED COMPONENTS Widgets Xml )

0 commit comments

Comments
 (0)