mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
fixed spelling of FLOAT_QUAT_NORMALISE to FLOAT_QUAT_NORMALIZE to be consistent
This commit is contained in:
@@ -162,8 +162,8 @@ It is also possible to directly normalise the quaternion
|
||||
\begin{equation}
|
||||
\quat{} := \frac{\quat{}}{\norm{\quat{}}}
|
||||
\end{equation}
|
||||
\inHfile{INT32\_QUAT\_NORMALISE(q)}{pprz\_algebra\_int}
|
||||
\inHfile{FLOAT\_QUAT\_NORMALISE(q)}{pprz\_algebra\_float}
|
||||
\inHfile{INT32\_QUAT\_NORMALIZE(q)}{pprz\_algebra\_int}
|
||||
\inHfile{FLOAT\_QUAT\_NORMALIZE(q)}{pprz\_algebra\_float}
|
||||
|
||||
\subsection*{Making the real value positive}
|
||||
It is possible to invert the quaternion if its real value is negative
|
||||
|
||||
Reference in New Issue
Block a user