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
While I think, for back_norms, it should detect the points on the right side of the current laser point. Which the temp_depth should be (i+k) but not (i-k):
In
LidarFeatureExtractor.cpp
,detectFeaturePoint
, (and also detectFeaturePoint2/3), break point selection.The original codes are:
While I think, for
back_norms
, it should detect the points on the right side of the current laser point. Which the temp_depth should be (i+k) but not (i-k):float temp_depth = sqrt(_laserCloud->points[i - k].x * _laserCloud->points[i - k]. ......
The text was updated successfully, but these errors were encountered: