Skip to content

Commit

Permalink
fix(fault injection): add find package to cmake (autowarefoundation#2973
Browse files Browse the repository at this point in the history
)

* fix(fault injection) add find package to cmake

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* feat: add pluginlib to dependency

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

---------

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored and s-azumi committed Mar 2, 2023
1 parent fbe93c3 commit bd46a90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simulator/fault_injection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ project(fault_injection)
find_package(autoware_cmake REQUIRED)
autoware_package()

find_package(pluginlib REQUIRED)

ament_auto_add_library(fault_injection_node_component SHARED
src/fault_injection_node/fault_injection_node.cpp
)
Expand Down
1 change: 1 addition & 0 deletions simulator/fault_injection/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<depend>diagnostic_aggregator</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>tier4_autoware_utils</depend>
Expand Down

0 comments on commit bd46a90

Please sign in to comment.