Skip to content

Commit

Permalink
fix(stop_filter): fix plugin name (#7820)
Browse files Browse the repository at this point in the history
Fixed plugin name

Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
  • Loading branch information
SakodaShintaro authored Jul 4, 2024
1 parent 1731225 commit 3884650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localization/autoware_stop_filter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
)

rclcpp_components_register_node(${PROJECT_NAME}
PLUGIN "StopFilter"
PLUGIN "autoware::stop_filter::StopFilter"
EXECUTABLE ${PROJECT_NAME}_node
EXECUTOR SingleThreadedExecutor
)
Expand Down

0 comments on commit 3884650

Please sign in to comment.