[vox] Ardupilot, UAVs, and linux.
Bill Broadley
bill at broadley.org
Fri Nov 9 19:29:27 PST 2012
I've been watching UAVs and they have come quite far in the last year or
two. Seems like Linux is often used for route planning, software devel,
and related features, but not usually actually running on the UAV.
ARDrone is the exception to the rule.
The first generation units use 8 bit CPUs that basically use table
lookups to help control the copter/plane. The result is something that
can navigate well but aren't particularly agile (without a human at the
controls).
The current entry level setup is pretty cheap, just buy a $50-$75 RC
plane, buy a $199 board to enable GPS, 3D way points, and unmanned flight.
Details at:
http://diydrones.com/profiles/blogs/ardupilot-mega-home-page
Linux compatible software for ground control of UAVs:
http://qgroundcontrol.org/
However most projects are moving to 32 bit Cortex M3 and M4 CPUs, some
even with floating point. This seems to be enabling dramatically more
agile UAVs. The additional CPU allows implementing the needed physics
based controls more directly, more sophisticated path finding, and even
obstacle avoidance.
Ardupilot/Copter are targeting the new Cortex M4F (with floating point)
with a port of their current software, but thats likely a ways off.
Here's another project that looks pretty good (cortex M3).
http://www.kickstarter.com/projects/1101297082/r10-quadrotor-powerful-inexpensive-and-customizabl
$100 quad kickstarter:
http://www.kickstarter.com/projects/qfolabs/mimixtm-tilt-to-fly-controller-and-nanoqtm-copter
They claim to deliver in December or so. They have a video of the quad
rotor taking off with a 2.7KG brick.
Many cool projects out there, like this aerial mapping and GIS platform:
http://diydrones.com/profiles/blogs/uav-as-aerial-mapping-gis-platform
M4 based quad copter:
http://aeroquad.com/content.php
Short clip showing the stability:
http://www.youtube.com/watch?v=WwPwg95EXcE
Arm Cortex M3 project:
http://code.google.com/p/ardupilot32/
Vision based autonomous mapping:
http://diydrones.com/profiles/blogs/px4-team-does-mindblowing-mapping-and-exploration-with-optical-fl
A Cortex M4F autopilot:
https://pixhawk.ethz.ch/px4/
Anyone doing anything with UAVs?
More information about the vox
mailing list