aPPendix f: duaL tWo Point caLiBration MethodoLoGy

HDL-64E S2 and S2.1 User’s Manual

Intensity Compensation vs Distance

Intensity compensation is done in the software for different channels by changing a parameter in the calibration window until the measurement gets to a uniform intensity for a reference target.

focalOffset = 256 (

1 - focalDistance

 

2

 

 

______________ )

 

 

 

 

13100

 

 

 

 

 

1 - distance

2

]

intensityVal = intensityVal + K [ focalOffset - 256 ( __________ )

 

 

 

65535

 

 

Here K is the slope from the calibration data. Intensity gets to its maximum at the focal distance for different channels and from its calibration data.

Calibration Window

The following new intensity parameters have been added in the db.xml calibration file

focal distance: At this distance, the intensity goes to max. The focal distance is different from laser to laser. On the upper block, it averages 1500cm. On the lower block, it averages 800cm.

focal slope: This parameter controls intensity compensation. Min and Max Intensity are used to scale and offset intensity.

Intensity Value Corrected by Distance Code

for (guint i=0; i< VLS_LASER_PER_FIRING; i++) { guit laser = i + base;

if (!db->getEnabled(laser)) continue;

bool intensity =db->getIntensity(laser); if (!intensity: { glColor3fv(db->getDisplayColor(laser).rgb); } else {

guchar minIntensity = 0, maxIntensity = 0; float intensityScale = 0;

minIntensity = db->getMinIntensity(laser); maxIntensity = db->getMaxIntensity(laser); //Get intensity scale

intensityScale = (float)(maxIntensity - minIntensity); // Get firing “i” intensity

guchar intensityVal = it->getPoint(i)->intensity;

//Get firing “i” distance, here unit is 2mm float distance = it->getPoint(i)->distance;

//Calculate offset according calibration

float focaloffset= 256*(1-db->getFocalDistance(laser)/13100)*(1-db- >getFocalDistance(laser)/13100);

// get slope from calibration

float focalslope = db->getFocalSlope(laser);

[ 32 ]

Page 35
Image 35
Velodyne Acoustics HDL-64E S2.1 user manual Intensity Compensation vs Distance, Calibration Window

HDL-64E S2, HDL-64E S2.1 specifications

The Velodyne Acoustics HDL-64E S2.1 and HDL-64E S2 represent cutting-edge advancements in Lidar technology, specifically designed for autonomous vehicle navigation and mapping applications. These high-definition lidar sensors are acclaimed for their precision, reliability, and robustness, making them indispensable tools in various industries, from robotics to transportation.

One of the defining features of the HDL-64E series is its 64 laser channels, which allow for high-resolution 3D mapping of the environment. This multi-channel design significantly improves the sensor's ability to capture fine details in the surrounding area, providing a complete spatial representation necessary for autonomous driving. The HDL-64E S2.1 and S2 can generate dense point clouds with over 1.3 million points per second, facilitating real-time data acquisition and processing capabilities.

The HDL-64E series employs advanced technologies for optimal performance. Its 360-degree horizontal field of view and a vertical field of view ranging from -15 to +15 degrees allow the sensors to detect and classify objects in a comprehensive manner. This feature is crucial for ensuring the safety and efficacy of autonomous vehicles, as it enables them to perceive their surroundings from multiple angles.

In terms of accuracy, the HDL-64E models boast a measurement range of up to 120 meters, with an accuracy of ±2 centimeters. This level of precision ensures that autonomous systems can make informed decisions based on reliable data, essential for avoiding obstacles and navigating complex environments.

The sensors are designed to operate effectively in a range of environmental conditions. With IP67-rated waterproofing and robustness against dust and debris, the HDL-64E S2.1 and S2 are built to withstand challenging operating environments, thus ensuring continuous, dependable performance.

Integration of the HDL-64E series into existing systems is streamlined, thanks to its advanced Ethernet interface. This functionality makes it easier for developers to incorporate the Lidar data into existing software frameworks, enhancing the usability of the sensor in various applications.

In summary, the Velodyne Acoustics HDL-64E S2.1 and HDL-64E S2 represent a significant leap forward in Lidar technology, featuring high-resolution mapping, advanced detection capabilities, and rugged design. These characteristics make them an ideal choice for companies looking to implement reliable and precise sensing solutions in their autonomous systems.