Skip to content

Commit

Permalink
fix ament_index_cpp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
antbono committed Apr 11, 2024
1 parent a8450da commit 6ddfa48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nao_led_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ endif()

# find dependencies
find_package(ament_cmake REQUIRED)
find_package(ament_index_cpp REQUIRED)
find_package(nao_led_interfaces REQUIRED)
find_package(nao_lola_sensor_msgs REQUIRED)
find_package(nao_lola_command_msgs REQUIRED)
Expand Down Expand Up @@ -80,6 +81,7 @@ rclcpp_components_register_node(led_client
)

set(LED_CLIENT_INCLUDE_DEPENDS
"ament_index_cpp"
"rclcpp"
"rclcpp_action"
"rclcpp_components"
Expand Down
1 change: 1 addition & 0 deletions nao_led_server/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<depend>rclcpp_components</depend>
Expand Down

0 comments on commit 6ddfa48

Please sign in to comment.