paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] drone-middleware


From: Gerard Toonstra
Subject: [Paparazzi-devel] drone-middleware
Date: Wed, 18 Feb 2015 21:31:49 -0300


Here's a cool video showing how very simple data from a pprz drone is shared between a pprz gcs and a mavlink ground control station (APM planner).

https://www.youtube.com/watch?v=sBDaNOekFKA&feature=youtu.be

This was done with a new project I started on github, called "drone-middleware". The objective of this project is to develop a platform where other developers, researchers, hobbyists can develop solutions that use uav's, probably mostly targeted in situations where you have dynamic missions like SAR missions. So it only cares about the high level drone information (heartbeat, position) and perhaps a flight plan. Such users don't care about low level uav details, they only need to know where it is and what it intends to do with maybe some tooling to draw pois and lines on a drone gcs to indicate how the operator should replan the flight.

So, only a very small bit of data is converted to a canonical model: heartbeat and position and I have no intention to do the whole lot. Just doing two is a complicated and messy process, The pprz GCS in this video transferred the rest of the data through an opaque "tunnel" on the middleware and mavlink drones do the same thing with a mavlink drone. Whatever tooling is in the middle can then subscribe to the position messages and use that to their advantage (resource planning, whatever).

Rgds,

Gerard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]