1

00:00:00,400  -->  00:00:06,360
in order to make the turtle robot the first
step is to install the ROS  robot operating

2

00:00:06,360  -->  00:00:12,880
system into your ubuntu machine so if you
have ubuntu 20.04 then you will need to install

3

00:00:12,880  -->  00:00:22,400
ROS 2 foxy but if you have 22.04 ubuntu version
Then you will have to install ROS 2 humble

4

00:00:22,400  -->  00:00:29,080
Hawksbill the installation method is
not different at all there is a minute

5

00:00:29,080  -->  00:00:36,880
selection of the version in the installation
so open up your browser and install ROS2

6

00:00:36,880  -->  00:00:46,240
 so here we have we have ubuntu
machine  choose option ubuntu debian

7

00:00:46,240  -->  00:00:54,800
 we will not have to bother too
much into these steps just copy

8

00:00:54,800  -->  00:01:00,000
the commands and install into
your PC so if you have ubuntu

9

00:01:00,000  -->  00:01:08,800
22.04 just click here and select humble
but if you have you to 20.04 then you

10

00:01:08,800  -->  00:01:12,560
will need not to change anything
so first we will open up our

11

00:01:12,560  -->  00:01:21,000
terminal I will copy and paste into the

12

00:01:21,000  -->  00:01:29,840
terminal these are a bunch of
parameters that the PC need to know

13

00:01:44,160  -->  00:01:50,440
just copy the command from by one
and paste into your terminal okay

14

00:01:50,440  -->  00:01:59,840
so we are going to the next step set up
sources just copy from here and paste

15

00:02:04,560  -->  00:02:05,840
copy from here and

16

00:02:05,840  -->  00:02:21,440
paste and now I will just copy here and
sudo apt update it will install all the

17

00:02:21,440  -->  00:02:29,760
ros2 packages the previously we added some keys
of ROS2 and now it is going to install

18

00:02:33,280  -->  00:02:42,080
 do not waste too much energy
in understanding these installation

19

00:02:42,080  -->  00:02:50,680
steps the upgrade has been done we will install

20

00:02:50,680  -->  00:02:58,840
now Soo apt to install foxy desktop we

21

00:02:58,840  -->  00:03:05,000
are going to install the
desktop verion it has several extra

22

00:03:05,000  -->  00:03:19,760
tools yes there was also an option to install
the uh ROS2 base version but it does not

23

00:03:19,760  -->  00:03:28,080
have all the tools that we need to have uh as we
are installing in our personal computer

24

00:03:28,080  -->  00:03:35,240
so uh we will install the full version this is
going to take a while so have some cup of tea and

25

00:03:35,240  -->  00:03:55,960
enjoy so the ROS2 is installed let's install
a bunch of few different tools copy here

26

00:03:55,960  -->  00:03:59,680
paste

27

00:04:02,480  -->  00:04:07,360
so now you have installed ROS 2  in your PC you're going to

28

00:04:07,360  -->  00:04:14,220
be a ROS developer now the first step is done [Applause]

29

00:04:14,220  -->  00:04:25,640
you will have to source to let system
know the ROS2 is installed we have sourced our

30

00:04:25,640  -->  00:04:39,560
setup now we are going to run some demo node and you
can see it is publishing hello word and then an

31

00:04:39,560  -->  00:04:50,600
integer which is continuously being uh increased
we will have to see that if it is really publish

32

00:04:50,600  -->  00:04:58,480
we will open up the next terminal and we will
also subscribe it as we have a publisher that

33

00:04:58,480  -->  00:05:07,840
is publishing some data on talker node yeah
it is also hearing it here you can see I

34

00:05:07,840  -->  00:05:16,240
heard then the word and then the number these
number are absolutely same congratulations you

35

00:05:16,240  -->  00:05:24,200
have successfully installed ROS2 in your
PC and you also uh run a publisher and a

36

00:05:24,200  -->  00:05:29,640
subscriber
