This blog is also available on Gemini (What's Gemini?)

AR.Drone Nav Data

2013-05-12

There are parts of the Parrot AR.Drone that are rather underdocumented, and one of those is getting the navigation data.  Once you activate the nav data, it doesn't send the data directly to you. Instead, it sends it to the 224.1.1.1 muticast address.

Which is great and all. That means you can have one person controlling on their laptop and a bunch of other people watching the nav data on their own systems. But it'd be nice if their docs told you this.

There's also a way to get it to unicast to your address[1], but they certainly don't lay that out.

Anyway, the good news is, I can receive the AR.Drone's nav data now, which is a big milestone for the 0.2 release.