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