Skip to content

Commit ec850be

Browse files
fix 4.5 prescript display (#354)
1 parent 735d960 commit ec850be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/pose.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,10 +1448,10 @@ <h1><a href="index.html" style="text-decoration:none;">Robotic Manipulation</a><
14481448

14491449
<p>The model points and the scene points in their corresponding frame are given as:</p>
14501450

1451-
$$\prescript{W}{}{p^{m_1}}=\begin{pmatrix} 1 \\ 0 \end{pmatrix} \qquad
1452-
\prescript{W}{}{p^{m_2}}=\begin{pmatrix} -1 \\ 0 \end{pmatrix} \qquad
1453-
\prescript{O}{}{p^{s_1}}=\begin{pmatrix} 1 \\ 0 \end{pmatrix} \qquad
1454-
\prescript{O}{}{p^{s_2}}=\begin{pmatrix} -1 \\ 0 \end{pmatrix}.$$
1451+
$${}^Wp^{m_1}=\begin{pmatrix} 1 \\ 0 \end{pmatrix} \qquad
1452+
{}^Wp^{m_2}=\begin{pmatrix} -1 \\ 0 \end{pmatrix} \qquad
1453+
{}^Op^{s_1}=\begin{pmatrix} 1 \\ 0 \end{pmatrix} \qquad
1454+
{}^Op^{s_2}=\begin{pmatrix} -1 \\ 0 \end{pmatrix}.$$
14551455

14561456
<p>The true correspondence is given by their numbering, but note that we
14571457
don't know the true correspondence - ICP simply determines it based on
@@ -1460,7 +1460,7 @@ <h1><a href="index.html" style="text-decoration:none;">Robotic Manipulation</a><
14601460
write down the resulting optimization as:</p>
14611461
$$\begin{aligned} \min_{p_x,p_y,a,b} \quad & \sum_i \bigg\|
14621462
\begin{pmatrix} p_x \\ p_y \end{pmatrix} + \begin{pmatrix} a & -b \\ b &
1463-
a \end{pmatrix} \prescript{W}{}{p^{m_{c_i}}} - \prescript{O}{}{p^{s_i}} \bigg\|^2 \\ \text{s.t.} \quad &
1463+
a \end{pmatrix} {}^Wp^{m_{c_i}} - {}^Op^{s_i} \bigg\|^2 \\ \text{s.t.} \quad &
14641464
a^2 + b^2 = 1. \end{aligned}$$
14651465

14661466
<ol type="a">

0 commit comments

Comments
 (0)