UNPKG

@foxglove/velodyne-cloud

Version:

TypeScript library for converting Velodyne LIDAR packet data to point clouds

9 lines 373 B
import { Model } from "./VelodyneTypes"; /** * Returns the number of packets required to represent a full 360 degree scan * for a given LIDAR hardware model * @param model LIDAR hardware model * @returns Number of packets required to represent a full 360 degree scan */ export declare function packetRate(model: Model): number; //# sourceMappingURL=packetRate.d.ts.map