#3 Add patch for PCL 1.12
Merged 2 years ago by rmattes. Opened 2 years ago by churchyard.
rpms/ churchyard/fawkes pcl1.12  into  rawhide

file added
+12
@@ -0,0 +1,12 @@ 

+ diff --git a/src/plugins/perception/tabletop-objects/tabletop_objects_thread.cpp b/src/plugins/perception/tabletop-objects/tabletop_objects_thread.cpp

+ index f781e8f..4eb5c9f 100644

+ --- a/src/plugins/perception/tabletop-objects/tabletop_objects_thread.cpp

+ +++ b/src/plugins/perception/tabletop-objects/tabletop_objects_thread.cpp

+ @@ -37,6 +37,7 @@

+  #include <interfaces/SwitchInterface.h>

+  #include <pcl/ModelCoefficients.h>

+  #include <pcl/common/centroid.h>

+ +#include <pcl/common/common.h>

+  #include <pcl/common/distances.h>

+  #include <pcl/common/transforms.h>

+  #include <pcl/features/normal_3d.h>

file modified
+1
@@ -53,6 +53,7 @@ 

  Patch0:         fawkes.microhttpd.patch

  Patch1:         fawkes.hardware-models-build-order.patch

  Patch2:         fawkes.gcc11.patch

+ Patch3:         fawkes.pcl1.12.patch

  

  %{include_req_spec %{SOURCE1} BuildRequires}

  

Please, submit this upstream if you can.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1991866

No need to bump the release, the PCL bump already happened.

Pull-Request has been merged by rmattes

2 years ago
Metadata