mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[AMR] Add abbreviation to ICP
This commit is contained in:
@@ -33,7 +33,7 @@ $\displaystyle s_k = \frac{w_{k - 1} s_{k - 1} + \tilde{s}_k}{w_{k - 1} + 1}$ wi
|
||||
\bi{Implementation} Using Hash maps or octree (dense grid inefficient)
|
||||
|
||||
|
||||
\subsubsection{Iterative Closest Point}
|
||||
\subsubsection{Iterative Closest Point (ICP)}
|
||||
Build \textit{correspondences}: associate all live scan points $l_i$ to closest map points $m_i$. Error term:
|
||||
$\vec{e} = \vec{T}_{W L_l} {_{L_l}}m_i - {_W}\vec{l}_i$.
|
||||
Minimize this via Gauss-Newton, then re-associate, iterate.
|
||||
|
||||
Reference in New Issue
Block a user