Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 931 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 931 Bytes

FollowMe

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.

Make a package in bebop workspace and add these files over there to run them.

around.cpp - make the parrot drone revolve in circular motion without any yaw and without pid tuning.

camViewMat.cpp - track a particular area you select by takin input from bebop camera.

circle.cpp - make bebop rotate at same point by taking input from odom and tuning p parameter.

line.cpp - make bebop go in a straight line by taking input from odom and tuning p parameters.

vel_pub.cpp - see the tracking area and move parrot accordingly

yaw_mot.cpp - make bebop rotate in circular motion by also giving its yaw.