mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 13:05:24 +02:00
[AMR] Add abbreviation to ICP
This commit is contained in:
Binary file not shown.
@@ -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)
|
\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:
|
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$.
|
$\vec{e} = \vec{T}_{W L_l} {_{L_l}}m_i - {_W}\vec{l}_i$.
|
||||||
Minimize this via Gauss-Newton, then re-associate, iterate.
|
Minimize this via Gauss-Newton, then re-associate, iterate.
|
||||||
|
|||||||
Reference in New Issue
Block a user