Skip to content

Commit c348d90

Browse files
joansolaartivis
authored andcommitted
fix tau vector as column vector
1 parent f4971ff commit c348d90

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@ As a reference, this is the way tangent spaces are defined in **manif**
131131
As an example, in SE_2(3) the tangent vector ${\boldsymbol\tau}$ is defined by
132132

133133
$$
134-
{\boldsymbol\tau} = \begin{bmatrix} {\boldsymbol\rho} \\ {\boldsymbol\nu} \\ {\boldsymbol\theta} \end{bmatrix} \in \mathbb{R}^9
134+
{\boldsymbol\tau} =
135+
\begin{bmatrix}
136+
{\boldsymbol\rho} \\
137+
{\boldsymbol\nu} \\
138+
{\boldsymbol\theta}
139+
\end{bmatrix} \in \mathbb{R}^9
135140
$$
136141

137142
where $\boldsymbol\rho$, $\boldsymbol\nu$ and $\boldsymbol\theta$ are $\in \mathbb{R}^3$ and

0 commit comments

Comments
 (0)