Lidar-Segementation icon indicating copy to clipboard operation
Lidar-Segementation copied to clipboard

你好,源代码CVC.cpp 86行和88行 是不是写反了

Open HMX2013 opened this issue 2 years ago • 3 comments

按照曲率体的定义我感觉应该是相反的 par.polar_angle = Polar_angle_cal(cloud_IN.points[i].x, cloud_IN.points[i].y); par.azimuth =(float) atan2(cloud_IN.points[i].z,par.range);

HMX2013 avatar Jun 14 '22 03:06 HMX2013

Yes, apparently this is swapped in the code!

aikrengel avatar Nov 08 '22 08:11 aikrengel

@wangx1996 will you correct this in the near future?

aikrengel avatar Nov 08 '22 08:11 aikrengel

@aikrengel you can check my version. https://github.com/HMX2013/CVC-ROS

HMX2013 avatar Nov 08 '22 11:11 HMX2013