From 5201f43ee63131b36c4bfa6e5e7f64e10669cc3c Mon Sep 17 00:00:00 2001 From: MatteGombia Date: Wed, 11 Jun 2025 20:46:10 +0000 Subject: [PATCH] Support for partial cloudpoint, no 360 --- cpp/patchworkpp/include/patchwork/patchworkpp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/patchworkpp/include/patchwork/patchworkpp.h b/cpp/patchworkpp/include/patchwork/patchworkpp.h index 6d43161..852af80 100644 --- a/cpp/patchworkpp/include/patchwork/patchworkpp.h +++ b/cpp/patchworkpp/include/patchwork/patchworkpp.h @@ -188,10 +188,10 @@ class PatchWorkpp { double d_; - Eigen::VectorXf normal_; - Eigen::VectorXf singular_values_; + Eigen::Vector3f normal_; + Eigen::Vector3f singular_values_; Eigen::Matrix3f cov_; - Eigen::VectorXf pc_mean_; + Eigen::Vector3f pc_mean_; vector min_ranges_; vector sector_sizes_;