1
00:00:05,250 --> 00:00:09,960
Now what is miss or miss solving is a robot navigation problem.

2
00:00:10,320 --> 00:00:11,850
But we will talk about that later.

3
00:00:12,480 --> 00:00:16,230
First, let us answer a simple question of what is a Ms..

4
00:00:17,010 --> 00:00:23,760
Ms. is a bark or a collection of bark, typically from a start to a goal by this definition.

5
00:00:24,000 --> 00:00:30,060
We see mazes all around us, for example, roaming through a library to get to our desired book.

6
00:00:31,230 --> 00:00:38,250
Navigating from our home to reach the supermarket, using the GPUs or the Xenomorph, trying to find

7
00:00:38,250 --> 00:00:42,900
its way through the vents or the corridor of a space station to reach towards its target.

8
00:00:43,440 --> 00:00:43,770
You.

9
00:00:45,230 --> 00:00:52,640
Let us get back to the initial question of what it means for resolving is developing an automated system

10
00:00:53,030 --> 00:00:53,930
to solve mazes.

11
00:00:54,770 --> 00:01:01,040
You mentioned before that this is a robot navigation problem, just like a robotic arm trying to reach

12
00:01:01,040 --> 00:01:01,820
towards an apple.

13
00:01:03,520 --> 00:01:10,660
Of course, such a system is not a trivial task, but rather a complex problem composed of several subtasks.

14
00:01:10,930 --> 00:01:15,520
Well, we have to address questions as Where am I to start?

15
00:01:15,910 --> 00:01:17,020
Where do I want to go?

16
00:01:17,380 --> 00:01:17,860
To go?

17
00:01:18,400 --> 00:01:21,580
Do I have the map of the main information of the region?

18
00:01:21,910 --> 00:01:25,680
And what's the shortest route from where I am to where I want to go?

19
00:01:26,530 --> 00:01:28,090
The quickest way to the dog.

20
00:01:28,970 --> 00:01:32,700
And how can I avoid disturbing the rabbit by moving towards the goal?

21
00:01:33,440 --> 00:01:34,550
Obstacle avoidance.

22
00:01:34,970 --> 00:01:38,060
Addressing all these questions and reaching the goal.

23
00:01:38,330 --> 00:01:43,160
It was constructive with me in solving reiterating the points that I just mentioned.

24
00:01:43,850 --> 00:01:44,810
Where am I?

25
00:01:44,840 --> 00:01:47,180
And where I want to go is localization.

26
00:01:47,810 --> 00:01:50,420
Do I have the map of the maze is mapping.

27
00:01:51,200 --> 00:01:54,020
And what's the shortest route to be running to?

28
00:01:54,020 --> 00:01:55,640
Where I want to go is part.

29
00:01:56,690 --> 00:02:00,290
And how can I go towards the ghoul without disturbing the rabbit?

30
00:02:00,530 --> 00:02:01,520
Is motion planned?

31
00:02:02,330 --> 00:02:07,280
So we get to learn a lot of important topics and also use them to our needs.

32
00:02:08,430 --> 00:02:11,730
So this is the main reason we wanted to create a missile robot.

33
00:02:12,120 --> 00:02:13,290
So let's get started.
