wh200720041/floam

vertical_angle ?

cristianrubioa opened this issue · 3 comments

Hi :)

vertical_angle refers to the vertical resolution of the sensor?

<param name="vertical_angle" type="double" value="2.0" />

and if so, wouldn't the value be incorrect? for Velodyne HDL-64E sensor used in KITTI.

Hi @cristianrubioa :

The vertical angle is reserved for other type of 3D LiDAR. It is not used in the source code if you are using velodyne LiDAR.

@wh200720041

To adjust the method to other types of LiDAR, the procedure would be to modify 'laserProcessingClass.cpp' in this case.
The 'N_SCANS' and the values for 'scanID' respective to the LiDAR sensor in the same way as its close relatives like A-LOAM

There is one more segment to modify?, Thanks

Hi @cristianrubioa :

Yes you only need to edit the code in 'laserprocessingclass.cpp' and change scanID.