Skip to content

Commit

Permalink
refactor: update PLUGIN name in lane_departure_checker CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Jun 6, 2024
1 parent 99e2c5d commit d1a732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/lane_departure_checker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ament_auto_add_library(autoware_lane_departure_checker SHARED
)

rclcpp_components_register_node(${PROJECT_NAME}
PLUGIN "autoware_lane_departure_checker::LaneDepartureCheckerNode"
PLUGIN "autoware::lane_departure_checker::LaneDepartureCheckerNode"
EXECUTABLE lane_departure_checker_node
)

Expand Down

0 comments on commit d1a732b

Please sign in to comment.