Template Class HesaiDecoder
Defined in File hesai_decoder.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public nebula::drivers::HesaiScanDecoder(Class HesaiScanDecoder)
Class Documentation
-
template<typename SensorT>
class HesaiDecoder : public nebula::drivers::HesaiScanDecoder Public Functions
Constructor.
- Parameters:
sensor_configuration – SensorConfiguration for this decoder
correction_data – Calibration data for this decoder
-
inline virtual void set_pointcloud_callback(pointcloud_callback_t callback) override
-
inline virtual PacketDecodeResult unpack(const std::vector<uint8_t> &packet) override
Parses PandarPacket and add its points to the point cloud.
- Parameters:
packet – The incoming PandarPacket
- Returns:
Metadata on success, or decode error on failure. Performance counters are always returned.