aPPendix d: MatLaB saMPLe code

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

%Add high and low bytes of Rotational Correction Factor together and check if positive or negative correction factor.

RotationalCorr(i)=temp(5)*256+temp(4); if RotationalCorr(i)>32768

RotationalCorr(i)=RotationalCorr(i)-65536;

End

%Scale Rotational Correction Factor by Diving by 100. RotationalCorr(i)=RotationalCorr(i)/100;

%Add high and low bytes of remaining 2 Byte Correction Factors together and check if positive or negative correction factor, if necessary. Scale dimensions in mm to cm by Diving by 10. Scale Focal Slope by Dividing by 10.

DistanceCorr(i)=(temp(7)*256+temp(6))/10;

DistanceCorrX(i)=(temp1(2)*256+temp1(1))/10;

DistanceCorrY(i)=(temp1(4)*256+temp1(3))/10;

VerticalOffset(i)=(temp1(6)*256+temp1(5))/10;

HorizonOffset(i)=(temp2(1)*256+temp1(7)); if HorizonOffset(i)>32768

HorizonOffset(i)=HorizonOffset(i)-65536;

end HorizonOffset(i)=HorizonOffset(i)/10; FocalDist(i)=temp2(3)*256+temp2(2); if FocalDist(i)>32768

FocalDist(i)=FocalDist(i)-65536;

end FocalDist(i)=FocalDist(i)/10; FocalSlope(i)=temp2(5)*256+temp2(4); if FocalSlope(i)>32768

FocalSlope(i)=FocalSlope(i)-65536;

end FocalSlope(i)=FocalSlope(i)/10;

% Maximum and Minimum Intensity only 1 Byte each. MinIntensity(i)=temp2(6); MaxIntensity(i)=temp2(7);

End

%Done with correction factors.

%Get Unit Parameter Data s=Ind(1)

char(status(s-80:s+6)) value(s-80:s+6)

[ 21 ]

Page 24
Image 24
Velodyne Acoustics HDL-64E S2.1 user manual APPendix d MatLaB saMPLe code

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.