1

00:00:02,560  -->  00:00:10,600
we are going to learn today the basics of ROS
so open up your terminal and uh here we have

2

00:00:10,600  -->  00:00:23,720
already installed  the ROS but let me check ROS2
topic list ROS2 command not found so this system

3

00:00:23,720  -->  00:00:32,080
does not know where the ROS2 actually is so we
will have to Source out terminal in order to let

4

00:00:32,080  -->  00:00:49,200
the system know that here is the ROS type source opt
ROS foxy setup dot bash okay so now I

5

00:00:49,200  -->  00:00:57,480
will try the same command again this time it
gives me topics but for if I open up another

6

00:00:57,480  -->  00:01:10,800
terminal and type ros2 topic list oh again
the command not found so if we have to use the ROS we

7

00:01:10,800  -->  00:01:17,960
will have to source the ROS setup first but
in order to avoid it we can do one more thing

8

00:01:17,960  -->  00:01:33,000
echo source opt Ros foxy setup dot bash

9

00:01:33,000  -->  00:01:49,480
bashrc it will insert this line into
the bashrc just close this terminal and

10

00:01:49,480  -->  00:01:59,320
open a new terminal ros2 topic  list now
we have the topics no we do not need to

11

00:01:59,320  -->  00:02:04,760
source ROS2 every time in a new
terminal you can also do it manually you

12

00:02:04,760  -->  00:02:15,920
can go to the file press control H or show
the hidden file uh there you go bashrc and

13

00:02:15,920  -->  00:02:29,240
in the end you will see this is added you can
simply close it press contrl h so in order to

14

00:02:29,240  -->  00:02:37,480
check your verion of ros and the ros distro you can
choose a Command this is the Command where you can

15

00:02:37,480  -->  00:02:48,920
check the Ross variable distro and the
version here you can see the ROS version is two

16

00:02:48,920  -->  00:02:57,280
python version is three and a bunch of
other detail that you do not need to

17

00:02:57,280  -->  00:03:01,200
know right now that was the all about environment

18

00:03:01,200  -->  00:03:07,080
setup
