MAGUS
제품문의
기술문의
혁신, 신뢰, 협업
자동차 R&D 파트너
차량 계측 센서/시스템 자율주행/ADAS 개발 솔루션 차량 시험 컨설팅 및 리웍
ibeo SDK (C++ Software Package)
The ibeo SDK is a C++ software package containing various source code demos that enable the reading of data generated by Ibeo's LiDAR sensors and other Ibeo devices
Ibeo's SDK (ibeoSDK) is a C++ software package compatible with Linux and Windows that allows reading data generated by Ibeo's devices (e. g. ibeo LUX LiDAR sensors, ScaLa LiDAR sensors, ECU and ibeo Evaluation Suite) and can be used for developing customer specific functionalities.

Ibeo's data are available in the binary format, either from the LiDAR sensors via the TCP/IP data stream or as IDC files, the Ibeo Data Container, used for saving data generated by Ibeo hardware devices. In order to receive specific data types, a listener class for each data type must be registered. The listener class is notified if the required information appears in the output data of the specified hardware device. The results are provided in the onData method and can then be output according to the customer's requirements, e. g. in the CSV format.