Open
Description
Hi,
I want to ask what is the focal distance unit of HDL 64e in the HDL 64e XML?
Question:
Is the unit of focal distance meter?
I assumed the focal distance has the unit of meter after I read the source code.
The following equation can compensate for the intensity according to the HDL 64e s3 user manual:
velodyne/velodyne_pointcloud/src/lib/rawdata.cc
Lines 488 to 493 in 16be797
But in this case, the focal distance is assumed to have the unit of centimeter and corrections.focal_distance has the unit of meter. Hence, I think it would be
float focal_offset = 256 * (1 - corrections.focal_distance / 131) * (1 - corrections.focal_distance / 131);
, if corrections.focal_distance has the unit of meter.