Skip to content

Commit

Permalink
lifecycle_msgsを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Oct 13, 2023
1 parent d8873f5 commit 5e33ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raspimouse_fake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ament_target_dependencies(fake_raspimouse_component
rclcpp
rclcpp_components
rclcpp_lifecycle
lifecycle_msgs
std_srvs)
rclcpp_components_register_nodes(fake_raspimouse_component "fake_raspimouse::Raspimouse")

Expand All @@ -27,6 +28,7 @@ ament_export_dependencies(rclcpp)
ament_export_dependencies(rclcpp_components)
ament_export_dependencies(rclcpp_lifecycle)
ament_export_dependencies(std_srvs)
ament_export_dependencies(lifecycle_msgs)

ament_export_include_directories(include)
ament_export_libraries(
Expand Down
1 change: 1 addition & 0 deletions raspimouse_fake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_srvs</depend>
<depend>lifecycle_msgs</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>rclcpp_lifecycle</depend>
Expand Down

0 comments on commit 5e33ac8

Please sign in to comment.