Skip to content

Commit

Permalink
fix issue gaoxiang12#35
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxiang12 committed Mar 22, 2021
1 parent c6b5b9c commit 8911692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/rigidBody.tex
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ \subsection{Data Structure of the \textit{Eigen} Geometry Module}
}
\end{lstlisting}

The various forms of expression in \textit{Eigen} are summarized below. Note that each type has both single and double data types and, as before, cannot be automatically converted by the compiler. Taking the double-precision as an example, you can simply change the last ``d'' to ``f'' to use a single-precision data structure.
The various forms of expression in \textit{Eigen} are summarized below. Note that each type has both single and double precision types and, as before, cannot be automatically converted by the compiler. Taking the double-precision as an example, you can simply change the last ``d'' to ``f'' to use a single-precision data structure.
\begin{itemize}
\item Rotation matrix ( $ 3 \times 3 $ ): Eigen::Matrix3d.
\item Rotation vector ( $ 3 \times 1 $ ): Eigen::AngleAxisd.
Expand Down
Binary file modified slambook-en.pdf
Binary file not shown.

0 comments on commit 8911692

Please sign in to comment.