자체 개발
3D LiDAR SLAM
In-house
3D LiDAR SLAM
SLAM이란 주변을 측정해 지도를 만들면서, 그 지도 위에서 자기 위치를 동시에 찾는 기술입니다. GPS가 닿지 않는 공간에서 드론이 위치와 속도를 파악하는 핵심 수단입니다.
SLAM builds a map of the surroundings while locating itself within that map at the same time. It is how a drone knows its position and velocity where GPS cannot reach.
공개된 LiDAR SLAM은 대부분 핸드헬드 스캐너나 지상 로봇을 전제로 합니다. 드론용은 목표가 다릅니다. 순간순간의 떨림, 곧 고주파 대역을 잡아야 합니다. 이 대역의 오차가 크면 드론은 자기 떨림을 실제 움직임으로 오인해 보정하려 들고, 진동과 부유가 생깁니다. 협소한 구간에서는 곧바로 충돌로 이어질 수 있습니다.
Most published LiDAR SLAM assumes a handheld scanner or a ground robot. Drones need something different: tracking the high-frequency band, the moment-to-moment tremor. Large errors there make a drone read its own shake as real motion and correct for it, producing vibration and drift. In tight spaces that can lead straight to a collision.
저희는 드론 비행제어를 목표로 알고리즘을 새로 개발했고, 공개된 알고리즘 대비 고주파 대역 추정 오차가 적게는 2.5배, 많게는 17배 낮았습니다.
We built ours for drone flight control, measuring 2.5× to 17× lower high-frequency estimation error than published algorithms.
※ 비교 대상 — KISS-ICP (2023), MAD-ICP (2024), GenZ-ICP (2025)
※ Benchmarked against KISS-ICP (2023), MAD-ICP (2024), GenZ-ICP (2025)