Skip to content

Commit

Permalink
fix: node config fix
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
  • Loading branch information
technolojin committed May 31, 2024
1 parent 730b8a2 commit 2465cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception/multi_object_tracker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ target_link_libraries(${PROJECT_NAME}
)

rclcpp_components_register_node(${PROJECT_NAME}
PLUGIN "multi_object_tracker::MultiObjectTracker"
PLUGIN "MultiObjectTracker"
EXECUTABLE ${PROJECT_NAME}_node
)

Expand Down

0 comments on commit 2465cab

Please sign in to comment.