Skip to content

Commit a71f903

Browse files
committed
🐛 Fix matriz bug in matrix display
Signed-off-by: Luiz Carlos Cosmi Filho <[email protected]>
1 parent c145a81 commit a71f903

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,26 @@ The algorithm occupancy grid mapping in below loops through all grid cells $i$,
6666
<img src="etc/images/result-1.png" alt="result-1"/>
6767
</p>
6868

69-
$$ result = \begin{Bmatrix} x & y & w & h \\ -1.09 & -1.12 & 0.36 & 0.33 \\ -0.01 & -1.12 & 0.33& 0.33 \\ 1.1 & -1.12 & 0.33 & 0.33 \\ -1.09 & -0.01 & 0.36 & 0.3 \\ -0.01 & -0.01 & 0.33 & 0.33 \\ 1.1 & -0.01 & 0.33 & 0.3 \\ -1.12& 1.07 & 0.33 & 0.3 \\ -0.01 & 1.07 & 0.33 & 0.3 \\ 1.1 & 1.07 & 0.33 & 0.3 \end{Bmatrix}$$
69+
$$ result = \begin{Bmatrix} x & y & w & h \\\ -1.09 & -1.12 & 0.36 & 0.33 \\\ -0.01 & -1.12 & 0.33& 0.33 \\\ 1.1 & -1.12 & 0.33 & 0.33 \\\ -1.09 & -0.01 & 0.36 & 0.3 \\\ -0.01 & -0.01 & 0.33 & 0.33 \\\ 1.1 & -0.01 & 0.33 & 0.3 \\\ -1.12& 1.07 & 0.33 & 0.3 \\\ -0.01 & 1.07 & 0.33 & 0.3 \\\ 1.1 & 1.07 & 0.33 & 0.3 \end{Bmatrix}$$
7070

7171
<p align="center">
7272
<img src="etc/images/result-2.png" alt="result-2"/>
7373
</p>
7474

75-
$$ result = \begin{Bmatrix} x & y & w & h \\ -1.09 & -1.81 & 0.33 & 0.33 \\ 1.1 & -1.12 & 0.33 & 0.33 \\ -0.01 & -0.82 & 0.33 & 0.33 \\ -1.09 & -0.01 & 0.3 & 0.33 \\ -0.01 & -0.01 & 0.33 & 0.33 \\ 1.07 & -0.01 & 0.33 & 0.33 \\ -0.01 & 0.8 & 0.3 & 0.33 \\ 1.07 & 1.1 & 0.33 & 0.3 \\ -1.09 & 1.79 & 0.33 & 0.33\end{Bmatrix}$$
75+
$$ result = \begin{Bmatrix} x & y & w & h \\\ -1.09 & -1.81 & 0.33 & 0.33 \\\ 1.1 & -1.12 & 0.33 & 0.33 \\\ -0.01 & -0.82 & 0.33 & 0.33 \\\ -1.09 & -0.01 & 0.3 & 0.33 \\\ -0.01 & -0.01 & 0.33 & 0.33 \\\ 1.07 & -0.01 & 0.33 & 0.33 \\\ -0.01 & 0.8 & 0.3 & 0.33 \\\ 1.07 & 1.1 & 0.33 & 0.3 \\\ -1.09 & 1.79 & 0.33 & 0.33\end{Bmatrix}$$
7676

7777

7878
<p align="center">
7979
<img src="etc/images/result-3.png" alt="result-3"/>
8080
</p>
8181

82-
$$ result = \begin{Bmatrix} x & y & w & h \\ -1.12 & -1.12 & 0.33 & 0.33 \\ -0.01 & -0.67 & 0.36 & 0.33 \\ -1.12 & -0.01 & 0.33 & 0.33 \\ 1.07 & 0.02 & 0.33 & 0.3 \\ -0.01 & 0.65 & 0.33 & 0.36 \\ -1.12 & 1.07 & 0.33 & 0.33\end{Bmatrix}$$
82+
$$ result = \begin{Bmatrix} x & y & w & h \\\ -1.12 & -1.12 & 0.33 & 0.33 \\\ -0.01 & -0.67 & 0.36 & 0.33 \\\ -1.12 & -0.01 & 0.33 & 0.33 \\\ 1.07 & 0.02 & 0.33 & 0.3 \\\ -0.01 & 0.65 & 0.33 & 0.36 \\\ -1.12 & 1.07 & 0.33 & 0.33\end{Bmatrix}$$
8383

8484
<p align="center">
8585
<img src="etc/images/result-4.png" alt="result-4"/>
8686
</p>
8787

88-
$$ result = \begin{Bmatrix} x & y & w & h \\ -1.66 & -1.66 & 0.3 & 0.36 \\ 0.02 & -0.52 & 0.36 & 0.33 \\ 0.5 &-0.49 & 0.36 & 0.36 \\ -0.01 & -0.13 & 0.36 & 0.33 \\ 0.5 & -0.1 & 0.36 & 0.33 \\ -0.01 & 0.5 & 0.33 & 0.3 \\ 0.5 & 0.5 & 0.36 & 0.33 \\ -0.01 & 0.89 & 0.3 & 0.3 \\ 0.47 & 0.89 & 0.33 & 0.33 \\ 1.61 & 1.64 & 0.33 & 0.33\end{Bmatrix}$$
88+
$$ result = \begin{Bmatrix} x & y & w & h \\\ -1.66 & -1.66 & 0.3 & 0.36 \\\ 0.02 & -0.52 & 0.36 & 0.33 \\\ 0.5 &-0.49 & 0.36 & 0.36 \\\ -0.01 & -0.13 & 0.36 & 0.33 \\\ 0.5 & -0.1 & 0.36 & 0.33 \\\ -0.01 & 0.5 & 0.33 & 0.3 \\\ 0.5 & 0.5 & 0.36 & 0.33 \\\ -0.01 & 0.89 & 0.3 & 0.3 \\\ 0.47 & 0.89 & 0.33 & 0.33 \\\ 1.61 & 1.64 & 0.33 & 0.33\end{Bmatrix}$$
8989

9090
## Building
9191

0 commit comments

Comments
 (0)