add include own package
This commit is contained in:
@@ -20,6 +20,7 @@ find_package(ament_cmake REQUIRED)
|
||||
find_package(rclcpp REQUIRED)
|
||||
find_package(px4_ros_com REQUIRED)
|
||||
find_package(px4_msgs REQUIRED)
|
||||
find_package(px4_connection REQUIRED)
|
||||
find_package(rosidl_default_generators REQUIRED)
|
||||
|
||||
rosidl_generate_interfaces(${PROJECT_NAME}
|
||||
@@ -40,6 +41,7 @@ ament_target_dependencies(
|
||||
rclcpp
|
||||
px4_ros_com
|
||||
px4_msgs
|
||||
px4_connection
|
||||
)
|
||||
|
||||
target_include_directories(heartbeat PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user