-
Copy the beginner_tutorials folder in your catkin workspace at src directory.
(ex:- ~/catkin_ws/src/)
-
Go back to catkin_ws directory.
-
Do
catkin_make
-
Source the path in environment.
(ex:- source ~/catkin_ws/devel/setup.sh)
-
Launch the roslaunch file
roslaunch beginner_tutorials turtlemimic.launch
-
Two new camera window will open and you can look that it recognises blue colour.(color)
-
Use rqt_graph to better understad the nodes and topics.