Skip to content

Commit 96935d6

Browse files
authored
Fix incorrect plugin name for PointCloudXyzrgbRadialNode (#1120)
Hi, the plugin `PointCloudXyzrgbRadialNode` is incorrectly registered as `PointCloudXyziRadialNode`, this PR fixes the issue Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
1 parent eb38612 commit 96935d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depth_image_proc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rclcpp_components_register_node(${PROJECT_NAME}
7070
EXECUTABLE point_cloud_xyzi_radial_node
7171
)
7272
rclcpp_components_register_node(${PROJECT_NAME}
73-
PLUGIN "depth_image_proc::PointCloudXyziRadialNode"
73+
PLUGIN "depth_image_proc::PointCloudXyzrgbRadialNode"
7474
EXECUTABLE point_cloud_xyzrgb_radial_node
7575
)
7676
rclcpp_components_register_node(${PROJECT_NAME}

0 commit comments

Comments
 (0)