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