Skip to content

Commit

Permalink
Setup phnx msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar committed Oct 4, 2023
1 parent 2d56815 commit 0cb7b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(geometry_msgs REQUIRED)
find_package(nav_msgs REQUIRED)
find_package(phnx_msgs REQUIRED)

# Add source for node executable (link non-ros dependencies here)
add_executable(obj_tracker src/ObjTrackerNode.cpp src/ObjTrackerNode_node.cpp)
Expand All @@ -24,6 +25,7 @@ set(dependencies
rclcpp
geometry_msgs
nav_msgs
phnx_msgs
)

# Link ros dependencies
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<depend>rclcpp</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>phnx_msgs</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_flake8</test_depend>
Expand Down

0 comments on commit 0cb7b93

Please sign in to comment.