Skip to content

Commit c145a81

Browse files
committed
📝 Update docs
* include result images; * add result section in readme. Signed-off-by: Luiz Carlos Cosmi Filho <[email protected]>
1 parent 819b198 commit c145a81

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,32 @@ The algorithm occupancy grid mapping in below loops through all grid cells $i$,
6060
<img src="etc/images/turtlebot3_mission_controller.png" alt="turtlebot3_mission_controller" width="400"/>
6161
</p>
6262

63+
## Results
6364

65+
<p align="center">
66+
<img src="etc/images/result-1.png" alt="result-1"/>
67+
</p>
68+
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}$$
70+
71+
<p align="center">
72+
<img src="etc/images/result-2.png" alt="result-2"/>
73+
</p>
74+
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}$$
76+
77+
78+
<p align="center">
79+
<img src="etc/images/result-3.png" alt="result-3"/>
80+
</p>
81+
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}$$
83+
84+
<p align="center">
85+
<img src="etc/images/result-4.png" alt="result-4"/>
86+
</p>
87+
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}$$
6489

6590
## Building
6691

etc/images/result-1.png

226 KB
Loading

etc/images/result-2.png

284 KB
Loading

etc/images/result-3.png

279 KB
Loading

etc/images/result-4.png

279 KB
Loading

0 commit comments

Comments
 (0)