56 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 RawLidar.
Measurement produced by a Lidar.
auto GetHorizontalAngle() const
Horizontal angle of the Lidar at the time of the measurement.
SemanticLidarMeasurement(RawData &&data)
auto GetChannelCount() const
Number of channels of the Lidar.
auto GetPointCount(size_t channel) const
Retrieve the number of points that channel generated.
Serializes the data generated by Lidar sensors.
static size_t GetHeaderOffset(const RawData &data)
static SemanticLidarHeaderView DeserializeHeader(const RawData &data)
This file contains definitions of common data structures used in traffic manager.