[AMR] Add abbreviation to ICP

This commit is contained in:
2026-08-10 08:50:02 +02:00
parent 320f512fad
commit 204dc0bdf2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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.