Skip to content

Commit

Permalink
Add missed geometry_msgs package (#272)
Browse files Browse the repository at this point in the history
* Add geometry_msgs as a test_depend.
* Make geometry_msgs includable.

---------

Co-authored-by: Ivor Wanders <[email protected]>
  • Loading branch information
efernandez and iwanders authored Jul 5, 2023
1 parent 1069e3e commit d7de264
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fuse_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ install(
if(CATKIN_ENABLE_TESTING)
find_package(roslint REQUIRED)
find_package(rostest REQUIRED)
find_package(geometry_msgs REQUIRED)

# Lint tests
set(ROSLINT_CPP_OPTS "--filter=-build/c++11,-runtime/references")
Expand Down Expand Up @@ -437,6 +438,12 @@ if(CATKIN_ENABLE_TESTING)
${PROJECT_NAME}
${catkin_LIBRARIES}
)
target_include_directories(test_throttled_callback
PRIVATE
include
${catkin_INCLUDE_DIRS}
${geometry_msgs_INCLUDE_DIRS}
)
set_target_properties(test_throttled_callback
PROPERTIES
CXX_STANDARD 17
Expand Down
1 change: 1 addition & 0 deletions fuse_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<depend version_gte="1.13.8">rosconsole</depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>
<test_depend>geometry_msgs</test_depend>

<export>
<rosdoc config="rosdoc.yaml" />
Expand Down

0 comments on commit d7de264

Please sign in to comment.