
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://igeoni.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://igeoni.github.io/" rel="alternate" type="text/html" /><updated>2026-04-17T17:28:07+00:00</updated><id>https://igeoni.github.io/feed.xml</id><title type="html">Geoni Blog</title><subtitle>SLAM, Robotics</subtitle><author><name>Geoni Lee</name></author><entry><title type="html">EKF-SLAM: 확장 칼만 필터로 동시 위치 추정과 지도 작성</title><link href="https://igeoni.github.io/2026/04/16/extended-kalman-filter-slam/" rel="alternate" type="text/html" title="EKF-SLAM: 확장 칼만 필터로 동시 위치 추정과 지도 작성" /><published>2026-04-16T00:00:00+00:00</published><updated>2026-04-16T00:00:00+00:00</updated><id>https://igeoni.github.io/2026/04/16/extended-kalman-filter-slam</id><content type="html" xml:base="https://igeoni.github.io/2026/04/16/extended-kalman-filter-slam/"><![CDATA[<p>로봇이 미지의 환경을 탐색할 때 두 가지 문제를 동시에 풀어야 합니다.</p>

<ul>
  <li><strong>위치 추정(Localization)</strong>: 로봇이 지금 어디 있는가?</li>
  <li><strong>지도 작성(Mapping)</strong>: 환경이 어떻게 생겼는가?</li>
</ul>

<p>이 두 문제를 동시에 푸는 것이 <strong>SLAM(Simultaneous Localization and Mapping)</strong>이고, 그 고전적인 해법 중 하나가 <strong>EKF-SLAM</strong>입니다.</p>

<h2 id="상태-벡터">상태 벡터</h2>]]></content><author><name>Geoni Lee</name></author><category term="SLAM" /><category term="math" /><category term="robotics" /><summary type="html"><![CDATA[로봇이 미지의 환경을 탐색할 때 두 가지 문제를 동시에 풀어야 합니다.]]></summary></entry></feed>