I Built an AI Controlled Drone (3/3) - AI Drone that Follows me

  Рет қаралды 15,336

Augmented AI

Augmented AI

3 жыл бұрын

So in my attempt to recreate an opensource version of the DJI Air Gesture Drone, from my last two videos iv managed to successfully get my drone to take off and land on command. In this video Im going to take it a step further by adding in a third command which is for the drone to follow me along its yaw axis.
⭐Augmented AI-CV 6-in1 MEGA - bit.ly/AugmentedAICVPRO
⭐Drone Dojo RPi Course - bit.ly/DroneRPICourse
⭐Drone Dojo Precision Landing Course - bit.ly/DroneDeliveryRPiCourse
⭐OpenCV Kickstarter Campaign - bit.ly/OpenCVKickStarter
⭐FREE AI-CV Course - augmentedstartups.info/yolov4...
⭐Get Roboflow Dataset - roboflow.com/as1
⭐Membership+ Blueprints + Source Code - bit.ly/Join_AugmentedStartups
I would get it to come closer and further away from me, but Im not quite there yet, and also I dont want the drone to fly right into my face and cut me and then [DOOM]. - I mean at times the drone would act chaotic. So to understand how YAW following works and how not to crash your drone like I did. We first have to go back into the body of my younger self to explain the process of getting the drone to follow me.
-----Parts List used in Video-----
⭐ Drone Kit - bit.ly/DronesDIYKit
⭐ Raspberry Pi 4 - amzn.to/3fhSI7c
⭐ Pixhawk Flight Controller - amzn.to/34ceBjp
⭐ OpenCV AI Kit - bit.ly/GetOAKNow
⭐ Roboflow - roboflow.com/as1
⭐ TFMini Lidar - amzn.to/2T3e5lu
⭐PX4Flow Optical Flow - amzn.to/2T7MPT2
------------------------------------------------------------
Learn Advanced Tutorials
►www.Augmentedstartups.info/Te...
Support us on Patreon
►www.AugmentedStartups.info/Pa...
Chat to us on Discord
►www.AugmentedStartups.info/di...
Interact with us on Facebook
►www.AugmentedStartups.info/Fa...
Check my latest work on Instagram
►www.AugmentedStartups.info/in...
------------------------------------------------------------
#drone #raspberrypi #computervision
----Music used in this video -----
Rock Sport Energy by Infraction [No Copyright Music] ⁄ Play It Cool
RETRO AESTHETIC BACKGROUND MUSIC (no copyright)
Upbeat Indie Rock by Infraction [No Copyright Music] ⁄ Holiday
ROYALTY FREE Technology Background Music ⁄ Tech Corporate Royalty Free Music by MUSIC4VIDEO
TIK TOK [ Royalty FREE USE ] - [ Drum & Bass ] [No Copyright Sound] Kraedt - Surface
Sport Trap Rock by Infraction [No Copyright Music] ⁄ Training Day
LAKEY INSPIRED - Chill Day
AGST - Relax
Jarico - Island
Fun Time - Dj Quads

Пікірлер: 32
@mottacoke
@mottacoke 2 жыл бұрын
Mate... Love your work!
@Augmented_AI
@Augmented_AI 2 жыл бұрын
Thank you David 😁. Please if you can share this video. It will really help me out.
@Defianthuman
@Defianthuman Жыл бұрын
Did you turn down the *headless resolution* so that with no display connected the GPU isn't working overtime for nothing. Would also increase run time with less power draw. When tethered you could run power from a portable power station or something like that. Could test for longer.
@selfactualizer2099
@selfactualizer2099 2 жыл бұрын
I need this for skate videos
@dvsmotions
@dvsmotions 2 жыл бұрын
You need to tune the Pixhawk for more stable flight. It's all over the place.
@Augmented_AI
@Augmented_AI 2 жыл бұрын
True, I noticed that on yaw rotation, I get thrust lost. Do you think its because of the PID?
@dvsmotions
@dvsmotions 2 жыл бұрын
Absolutely. PID is what needs to be tuned. This is almost always needed on the Pixhawk and Ardupilot to get it dialed in.
@mrincredible3441
@mrincredible3441 Жыл бұрын
can you develop an algorithm for finding the shortest travel path for drone to travel in any terrain
@kevinflores105
@kevinflores105 2 жыл бұрын
I am very happy to know that this is growing, I also built my own drone with lithium batteries, I am integrating it with the raspberry pi. I see that you use pixhawk like me, I recommend that you ensure the minimum number of satellites well so that your drone is not lost, in my case I hope to solve it by buying two CUAV GPS to have redundancy.
@Augmented_AI
@Augmented_AI 2 жыл бұрын
Yeah, after much trial and error I managed to get it to an acceptable level. I'm using a lidar sensor which makes the drone so much more stable. How much did the cuav gps cost?
@kevinflores105
@kevinflores105 2 жыл бұрын
@@Augmented_AI 02 GPS CUAV-NEO-M8N, It cost me 117 dollars including shipping, I bought it on Aliexpress and live in Perú, I made this decision since I need more security in the long-range flights that I will make. But to improve the stabilization of the drone it involves other important factors such as the balance of the propellers and also the Weight distribution of the components of the drone, you can quickly check if your drone is balanced by holding it with two thumbs and see if the drone is tilted, so the four motors will work equally, avoiding overheating of the motors, in my case I use the SunnySky x2216 v3 of 880kv, I recommend them for your quadcopter, these motors are great and I would bet they are the best currently in this category I even consider them better than the T-Motors. I will finish my 4G drone soon and give you more details, on my instagram @kevinfloca I have a video showing how stable my drone is despite weighing 2.4kg.
@RudolfZobel
@RudolfZobel 2 жыл бұрын
Wow… that's great! I have a similar Project with a wagon which will follow a Person. And i use the same Hardware. Pi4, Tfmini, Coral EDGE TPU. For this i trained my own object detection model to track individual template. But now i saw your cool Object Tracking video (Elon Musk Version) super funny and cool :). And this give me inspiration to use the DeepSort in combination with the example COCO SSDv2 model from the CORAL Webpage to detect a unique Person. I also was thinking to use the OAKD, to get better depth measurement.
@dsyeta174omkshirsgar2
@dsyeta174omkshirsgar2 5 ай бұрын
can you make a line follower drone . the line will be on wall and move the drone according to the arrows on that white line using jetson nano and intel realsense 415
@lionelspark
@lionelspark 3 жыл бұрын
For obstacle avoidance have you used Lidar?
@Augmented_AI
@Augmented_AI 3 жыл бұрын
Im going to still use Lidar for altitude hold. For obstacle avoidance, I want to use cameras
@lionelspark
@lionelspark 3 жыл бұрын
@@Augmented_AI okay thanks, waiting for the next episode
@hwwzhang6910
@hwwzhang6910 2 жыл бұрын
That is great .Is there any code to learn?
@Augmented_AI
@Augmented_AI 2 жыл бұрын
Contact me on whatsapp and we can discuss www.augmentedstartups.info/whatsapp
@hwwzhang6910
@hwwzhang6910 2 жыл бұрын
@@Augmented_AI I'v sent
@lionelspark
@lionelspark 3 жыл бұрын
Do you have documentation for this.
@Augmented_AI
@Augmented_AI 3 жыл бұрын
Not yet. I got the code for and I provide coaching to help you along with this kind project.
@lionelspark
@lionelspark 3 жыл бұрын
@@Augmented_AI I am planning to build a camera based obstacle avoidance without use of Lidar. Can I connect you for same. Let me know how to connect for more doubt clarification
@kevinflores105
@kevinflores105 2 жыл бұрын
@@Augmented_AI great!
@Augmented_AI
@Augmented_AI 2 жыл бұрын
@@kevinflores105 you can contact me here. www.augmentedstartups.info/fbmessenger
@anjanikumar8145
@anjanikumar8145 2 жыл бұрын
I want to make drone from home, for help your course join ,is it possible,if possible how to join your programe
@Augmented_AI
@Augmented_AI 2 жыл бұрын
You enroll right here in the course :) bit.ly/HowtobuildRpidroneCourse
@ricardomejiaa3781
@ricardomejiaa3781 2 жыл бұрын
Wish I could do one of my own:(.
@Augmented_AI
@Augmented_AI 2 жыл бұрын
I'm planning a drone building workshop contact me www.augmentedstartups.info/whatsapp
@user-ml7xd1op9o
@user-ml7xd1op9o 23 күн бұрын
How can i contact you ?
@Augmented_AI
@Augmented_AI 23 күн бұрын
chat.whatsapp.com/JTuIB3eEfDRGo0TL4RzqwB
@vishnuvardhanreddy3579
@vishnuvardhanreddy3579 4 ай бұрын
It was great work. I am planning to work on drone tracking, I need to know how you calculated the yaw based on the tracking center and the frame center. Please help me. if possible provide your email i will contact you.
@Augmented_AI
@Augmented_AI 4 ай бұрын
Let’s chat here chat.whatsapp.com/JTuIB3eEfDRGo0TL4RzqwB
I Built an AI Controlled Drone in 1 Week! (1/3)
22:18
Augmented AI
Рет қаралды 121 М.
Making an Following A.I. Drone so I can Vlog Hands-free
21:43
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 146 МЛН
Can you beat this impossible game?
00:13
LOL
Рет қаралды 39 МЛН
[Vowel]물고기는 물에서 살아야 해🐟🤣Fish have to live in the water #funny
00:53
狼来了的故事你们听过吗?#天使 #小丑 #超人不会飞
00:42
超人不会飞
Рет қаралды 56 МЛН
This Laser Is WILD! - Rendyr Optic Overview
17:43
Make or Break Shop
Рет қаралды 3 М.
Teaching my custom AI drone to track humans
19:52
aka: Matchstic
Рет қаралды 25 М.
My Raspberry Pi drone: the story so far
14:45
aka: Matchstic
Рет қаралды 55 М.
I Turned 1-Star Toys into Military Nightmares
19:32
William Osman
Рет қаралды 1,1 МЛН
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 449 М.
Drone Object Detection | Opencv CVZone
29:29
Murtaza's Workshop - Robotics and AI
Рет қаралды 69 М.
Pi Zero Drone Build | You Won't Believe How Long It Flies...
1:26:41
The Drone Dojo
Рет қаралды 56 М.
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 146 МЛН