Skip to content

Commit

Permalink
Update register.cpp
Browse files Browse the repository at this point in the history
failed to  find the class with the requested plugin name
  • Loading branch information
arrfou99 authored and JWhitleyWork committed May 24, 2023
1 parent 46adf83 commit 46f4a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depth_image_proc/src/register.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@ void RegisterNode::convert(
#include "class_loader/register_macro.hpp"

// Register the component with class_loader.
CLASS_LOADER_REGISTER_CLASS(depth_image_proc::RegisterNode, rclcpp::Node)
RCLCPP_COMPONENTS_REGISTER_NODE( depth_image_proc::RegisterNode )

1 comment on commit 46f4a18

@wonseokkkk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it has a build error

Please sign in to comment.