11 #ifndef PACKET_STRUCTURE_H 12 #define PACKET_STRUCTURE_H 103 #endif // PACKET_STRUCTURE_H
Normally contains one complete laserscan (a full rotation of the scanner head)
std::uint32_t distance_amplitude_payload
std::vector< std::uint32_t > distance_data
Distance data in polar form in millimeter.
std::vector< std::uint32_t > amplitude_data
Amplitude data in the range 32-4095, values lower than 32 indicate an error or undefined values...
std::vector< PacketHeader > headers
Header received with the distance and amplitude data.
Structure of a UDP or TCP data packet from the laserscanner.