You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
3
4
Make a package in bebop workspace and add these files over there to run them.
5
+
4
6
around.cpp - make the parrot drone revolve in circular motion without any yaw and without pid tuning.
7
+
5
8
camViewMat.cpp - track a particular area you select by takin input from bebop camera.
9
+
6
10
circle.cpp - make bebop rotate at same point by taking input from odom and tuning p parameter.
11
+
7
12
line.cpp - make bebop go in a straight line by taking input from odom and tuning p parameters.
13
+
8
14
vel_pub.cpp - see the tracking area and move parrot accordingly
15
+
9
16
yaw_mot.cpp - make bebop rotate in circular motion by also giving its yaw.
0 commit comments