55 return GetHeader().GetPointCount(channel);
Wrapper around the raw data generated by a sensor plus some useful meta-information.
Base class for all the sensor data consisting of an array of items.
const RawData & GetRawData() const
Helper class to store and serialize the data generated by a Lidar.
Measurement produced by a Lidar.
auto GetPointCount(size_t channel) const
Retrieve the number of points that channel generated.
auto GetHorizontalAngle() const
Horizontal angle of the Lidar at the time of the measurement.
auto GetChannelCount() const
Number of channels of the Lidar.
LidarMeasurement(RawData &&data)
Serializes the data generated by Lidar sensors.
static LidarHeaderView DeserializeHeader(const RawData &data)
static size_t GetHeaderOffset(const RawData &data)
This file contains definitions of common data structures used in traffic manager.