-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulation.tex
More file actions
36 lines (31 loc) · 1.67 KB
/
Copy pathsimulation.tex
File metadata and controls
36 lines (31 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\chapter{Simulation}
We provided the initial output in a web interface. The following figure shows the first appearance of our simulation environment when we access to the local server. \\
\begin{figure}[H]
\centering
\includegraphics[scale=0.35]{environment}
\caption{First Appearance of the Environment}
\end{figure}
\vline
The instruction we give in voice not all are properly detected by our used speech recognition module. In this simulation we modified the detected text here.\\
If we give voice instruction: `Go from Cruzon Hall to TSC through Shaheed Minar', the output in the environment will look like as follow. \\
\begin{figure}[H]
\centering
\includegraphics[scale=0.30]{simulation1}
\caption{Output for an Instruction}
\end{figure}
\vline
As the models sometimes makes error, here is a erroneous case. For instruction `Go from Bangla Academy to Dhaka Medical college through Shahidullah Hall', the model detected Dhaka Medical College as source instead of destination and similarly detect Bangla Academy as destination instead of source. \\
\begin{figure}[H]
\centering
\includegraphics[scale=0.30]{simulation2}
\caption{A Wrong Output for Another Instruction}
\end{figure}
\vline
\textbf{Hardware} \\
We also have designed a simple line following robot which is able to follow the instruction we gave in voice. We make a dummy track where the robot assumes some node as some real location. The following figure shows our designed line following robot.
\begin{figure}[H]
\centering
\includegraphics[scale=0.20]{line_follower}
\caption{A Simple Line Follower for Simulation}
\end{figure}
\vline