Skip to content

Commit 75b945a

Browse files
authored
Update README.md
1 parent 4c0f6b3 commit 75b945a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# FollowMe
22
This is the FollowMe mode for Parrot Bebop 2 which is to be used using its ROS SDK. The Darknet Ros was trained on Aerial Robotics Lab logo for being able to detect and track the logo. The move_in_circle folder contains most of the required things. The use of each file is explained below.
3+
34
Make a package in bebop workspace and add these files over there to run them.
5+
46
around.cpp - make the parrot drone revolve in circular motion without any yaw and without pid tuning.
7+
58
camViewMat.cpp - track a particular area you select by takin input from bebop camera.
9+
610
circle.cpp - make bebop rotate at same point by taking input from odom and tuning p parameter.
11+
712
line.cpp - make bebop go in a straight line by taking input from odom and tuning p parameters.
13+
814
vel_pub.cpp - see the tracking area and move parrot accordingly
15+
916
yaw_mot.cpp - make bebop rotate in circular motion by also giving its yaw.
1017

1118

0 commit comments

Comments
 (0)