DEV Community

Cover image for Part 0: The Beginning
Greg Gradwell
Greg Gradwell

Posted on • Updated on • Originally published at gist.github.com

Part 0: The Beginning

In the beginning, there was the middle...

You're jumping into a novel at about Chapter 6. And no, that's not because you missed the earlier chapters. I am only writing it now because it has finally become something worth recording (and hopefully reading). First, let me assure you that this is neither a theoretical exercise, nor a vague description of a "stealth" project. In short order you will be introduced to the current prototype that has already demonstrated many of the original project goals. And there will be plenty of pictures (please ignore the fact that this post has approximately 0 pictures 😬).


This project started out as somewhat of an experiment, or rather, it was a means to scratch an itch that had been bothering me for a few years:

What does it take to make an autopilot sufficiently reliable, affordable, and integratable enough to be extremely useful?

Or written as more of a challenge:

Can I create an autopilot that I could trust, afford, and would actually want to use?

It's basically a rework of the fast-cheap-good triangle. I know plenty of autopilots that can satisfy one or two of those requirements, but I haven't found one that really fits all three. But even this challenge isn't really compelling, because who cares if somebody "wants to use" a device? The real question is, what are they going to do with it? So let's make the final target something like this:

Can we create an autopilot that many people could trust, afford, and easily use to do something really interesting?

You may notice that the pronoun has changed from "I" to "we". Well, yeah, to do this right I will need some help. Therefore I will continue to use "we", even though at the moment it is still just I. Oui? Aye.

The Brett Factor

Here's the thing: everyone needs a Brett

My Brett is probably the nicest person this side of the Rockies. He also happens to be brilliant. He also might not like being referred to as "my Brett", so I'm leaving his last name out of this. (Sorry Brett)

Now Brett happens to be a fan of the Elixir programming language. I had never even heard of it before, but he thought its robustness and support for concurrency might make it a suitable candidate for an autopilot. When I looked into the language and the BEAM virtual machine upon which it ran, I was convinced as well. After learning about Elixir, I came across the Nerves project. Nerves is essentially embedded Elixir capable of running on cheap single-board computers (Raspberry Pis, BeagleBones, etc). The Nerves core team is fantastic, and the community is extremely friendly. If network-capable embedded devices interest you, I highly recommend you check it out.

I will spare trying to convince you why Elixir is a great language for creating an autopilot. After all, you couldn't argue back, so it would make for a pretty lousy debate. But let me at least tell you why I found it appealing:

If you give a mouse Elixir...

  • Elixir is built on top of Erlang, which was designed by the Ericsson Computer Science Laboratory to be EXTREMELY reliable
  • Nerves allows Elixir to be run on very affordable hardware
  • Elixir coupled with affordable hardware means we can have an autopilot consisting of several, smaller/cheaper devices (nodes) connected on a local network, thereby adding redundancy without sacrificing capability (assuming we do it right)
  • An autopilot that is designed to operate as a decentralized cluster can more easily adapt to the requirements of the vehicle or mission (add/subtract nodes, sensors, etc.)
  • If nodes can be easily added to our network, then third-party hardware can be directly integrated with the autopilot via an API.
  • If this hardware is smart, it can pilot the vehicle by means of high-level commands (speed, course, altitude), or it can provide environmental data to the autopilot's map/navigation system (obstacles, other vehicles, geofences, etc.). This is because all nodes are (almost) equal in the eyes of the cluster. A command can have several sources, with the highest priority one taking precedence.
  • If commands are designed to be sent from anywhere inside the vehicle, then they can also be sent from outside the vehicle. Hello SWARM!
  • Those last two bullet points...are you excited? I'm excited. I bet Brett is excited. He's an energetic dude.

With these statements as my guide and motivation, I set out to build a robust, decentralized, expandable, maintable autopilot set atop the Erlang/Elixir/Nerves platform. If anything about this interests you, please stick around for more of the journey. If it's not educational it should at least be entertaining. Did I mention pictures? There will be pictures.


-Greg

Top comments (3)

Collapse
 
yummikus profile image
yummikus

Except that I think that quadcopters flying in the area can cause discontent among residents. Because they often buzz very loudly and fly at low altitudes.
Especially if quadcopters are flying at a low altitude, it will definitely be a nuisance to local residents. For such a task it is better to use UAVs, which will be engaged in monitoring the safety of the streets from a higher height, it will not interfere with anyone. Here are suggested similar monitoring systems for public institutions menatir.com/government such systems will make life in the city a few times easier. Because many crimes will be stopped immediately, as well as it will be possible to find the criminal and track him with the help of such UAVs.

Collapse
 
yummikus profile image
yummikus

Maybe a few dozen quadcopters will fly around and view the area. Divide the city into zones and mark them as zones of high attention or for example safe zones, etc.

Collapse
 
bretgeek profile image
bretgeek

Everyone needs a Bret!