You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is "nomal_z = 1.0" is missing in the line 935 of LidarFeatureExtractor.cpp.
because the selection of laserConerFeature is according to “if(std::fabs(p.normal_z - 1.0) < 1e-5)” in the "LidarFeatureExtractor::FeatureExtract_hap" fuction
i think the end part of “LidarFeatureExtractor::detectFeaturePoint2” should change to
Is "nomal_z = 1.0" is missing in the line 935 of LidarFeatureExtractor.cpp.
because the selection of laserConerFeature is according to “if(std::fabs(p.normal_z - 1.0) < 1e-5)” in the "LidarFeatureExtractor::FeatureExtract_hap" fuction
i think the end part of “LidarFeatureExtractor::detectFeaturePoint2” should change to
The text was updated successfully, but these errors were encountered: