What do you want to do with your drone?


#1

Thought I’d try and kick start a thread to see what y’all are doing out there, or want to do.
What kind of hardware are you playing with? New sensors for obstacle avoidance?
What kind of builds outside of the course? Hexacopter? Heavy payloads? Long duration flights?
What are the issues in reaching your goal?
How can we (the community) help with getting your there?


#2

I am not a very consistent student. I have gone through the programming course a couple of times. My ultimate goal was to make an agri-drone for my own nano-vineyard to do occasional lite spraying of neem oil, and other viticultural tasks like foliar fertilization. I own the Navio2 because I started this a long time ago (about 4 years) and due to the expense, wish to stay with it. I have set up stand alone Ubuntu machines and the course instucted VirtualBox install in a Win64 workstation. Both from scratch. Both worked. I have two RPi’s and the GPS and power distribution cables from Emlid. I have yet to purchase the drone frame. There are now several bare bones agri-drone kits that look like what I will have eventually. These are quad/hex/and octo. I have put myself partway into two other books. First was AI for the Pi and another Autonomous Drone AI with RPi on board. The first was great, with moderate success but the later was returned. The support files were supposed to be downloadable and never materialized. Meanwhile I have one vintage RC gas airplane and another I am building. I recently acquired a Mac Powerbook (Intel) and have Windows (with Virtual Box Ubuntu) and MacOS on board. I did this due to the lack of MacOS GC softwares and wanting something portable. My problems with moving faster are the vineyard and my traveling schedule, and a fourth grandkid a mile away. It is hard for me to be consistent. But when I get into it, I do enjoy it.


#3

right now I am playing with the bigger pixhawk kit drone. I have built it and my goal at the moment is more in the software side. Planning on creating a web application where I can see the drone’s telemetry, video stream, and live map. this would allow people to manage the drone from anywhere without using mission planner for example, can apply security settings, login, apply machine learning, save data into the cloud and other cool stuff.


#4

These are two really cool projects which could gain traction with other prospective drone builders/users.
I hope you can share your progress with time. And of course maybe we can try and help along the way where we can.

As far as myself, I’d also like to learn more how ML/AI could influence drone applications.
My other projects include:
o A RPi zero W drone with video [https://dojofordrones.com/pi-zero-drone/].
o Drones with on-board environmental sensors that can map and send real-time data to the home base.
o An enclosed, stand-alone, solar-powered sensor array that stores environmental data which can be uploaded to a drone. Designed for remote or hard to access sites.
o Drone development using the latest ROS2, Gazebo Garden on current Ubuntu platforms [https://community.dojofordrones.com/t/full-gz-sim-on-22-04-lts/805].
o Continued development of various SITL programs to test programs before they are used in the field. Working with programs in the SITL before going in the field is essential to working out bugs, saving time, gaining insight how a program works and avoiding drone failures.


#5

That sounds really cool!

I am currently trying to achieve the PL mission with my drone in the field. I am working out bugs in the software because I did not copy the code word for word, so I ran into issues. I will go back and probably copy the code word for word just to get determinate bevior, then add my own spice after.

I also ran into hardware issues, so I am testing different drone arms (official DJI F450 arms), props, and gps. I have not been able to run auto tune because I am getting yaw bias which I believe might be coming from the props or imperfections in the drone arms. If that doesnt patch the yaw bias, I will try new ESCs and motors. Plan C is scrap the frame and get a new one.

In any case, once I get really fine-tuned flight and perform precision lands smoothly, I will begin incorporating AI. My goal is to have very fine tuned search algos and I will probably start with the TSP or Dijkstra’s and work my way up to SLAM. I also plan on getting the google coral AI controller to give the drone more computer vision capabilities.

I will definetly keep posting follow ups and cries for help :rofl::sweat_smile::rofl:

PS: (If anyone wants to collab… im down!)


#6

Once you are ready on the AI I will do it. Just lead the way! :smiley:


#7

Sounds good! I was finally able to successfully complete my PL and it well good! I think I need to iron out a few kinks though. For example, whenever I execute the takeoff_and_land script and the drone reaches its target altitude, it bobs up and down (evident in the video), so I will be trying to debug that now. I dont think that it should be too hard to track down… have you experienced this type of behavior?

Other than that, I will start planning AI missions and comparing and contrasting edge TPU’s so that we can start running more sophisticated openCV scripts. So far, I’ve been looking at the Google Coral and the Arduino Nicla Vision as an option. With those, we can detect and classify stuff, so I think it would be really cool to integrate one. I would like to perform a precision landing by having the drone make a decision as to where to land, or something similar.

Currently, my drone relies on me to give it velocity commands to send it in the ArUco markers vicinity. However, what if when it takes off, it scans its forward facing environment and chooses where to go to land, via classification or object recognition. “Where to go to land” could be a table, near a certain color flag, or whatever we train it to be interested in. Once it gets there, it will still use the ArUco to land. Does this sound like something you would be interested in exploring?


#8

Your first overshoot looked like it occurred because you blew by the target too quickly. Perhaps go slower or try an estimated geo-coordinate?

That is quite an idea and could be quite useful. Would need a test protocol to perhaps evaluate the receiver operating characteristic (ROC) curve for AI optimization. This would involve tests of specificity and sensitivity. Also for safety, would need flyaway protection and override procedures (eg, failsafe, fencing, motor braking) and when on AUTO mode, what about obstacle avoidance - maybe include a horizontal lidar?
I would be willing to try it but don’t know much about this subject.

– Jack


#9

Hey there @jax200! Hope all is well and the holidays were wonderful your way!

Ive been slowly gathering new components for the AI project and will begin experimenting with models in the coming months. I ended up going with the Coral edge TPU (USB accelerator) since it works great with the RPi 4B, or so I’ve heard. It just came, so now I am waiting on another camera, a USB camera, to work in conjunction with the down-facing one.

The goal is to remix the taco delivery project… so have a forward facing usb camera running object detection and classification with inferences offloaded to the Coral. The drone can scan ahead to find some physical marker that the AI model has been trained on, maybe a post with a red flag, which will be the location of the ArUco. To show that its smart, we could have two other posts with flags of a different colors or something, and then it will decide where to make the delivery. I also want to include a couple obstacles, similar to this video on motion planning.

This is also where we can incorporate the horizontal lidar! I am planning on getting another FC, maybe the Holybro PX6? Anyways, Holybro has some pretty decent priced lidar modules, here, that I am thinking about grabbing. They seem to be just what we need.

Have you though about any of this further?


#10

Sounds interesting. I would like to see what you come up with and approximate costs, and perhaps I will join in. You should consider writing a blog to walk us through how to do this.


#11

Oh cool. Thats an interesting idea! I will definetly start one and update this thread when I do. Any suggestions on where to start it at? Ive never done a blog, but I do have a medium sub… idk if I can start one over there though, but i’ll check.

I also wanted to get your thoughts on the types of flight controllers and single-board computers you’ve worked with thus far. Have you tried any others besides the Pixhawk 1 and Raspberry Pi 4B? Those are the only two I’ve ever worked with. I’ve worked with Arduino, but it isnt a SBC.

I have a RPi compute module 4 coming and will start messing around with it because I would love to upgrade the drone’s FC and CC with the Holybro 6X+CM4 baseboard (FC: 6X and CC: CM4). I need to experiment with the CM4 by trying to complete the progamming primer and precision landing courses with it.

Or I would like to create my own carrier board, similar to the Holybro version, but for the OrangeCube+ because I want its dual-core processor and I really like its vibration isolation design. It seems more robust than the Holybro 6X design, but I’m speaking only from seeing the pictures, so I could be wrong. However, Idk EE nor PCB design, so I might seek out help on this forum and on the Ardupilot forum in the coming weeks. If you’ve got any insight on the RPi CM4 or even the Jetson Nano (or anything else), I would love to hear about it!


#12

In addition to the Pixhawk 2.4.8 which is great for learning, I’ve used a Cube Black for a hexacopter, and several Holybro Pixhawk minis. Also several ‘FPV’ boards like used for the RPi zero build. But your project puts it up a level like Caleb’s Rover build.