ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
DrZiplok 107e06d849 Implement a cast_to_float method for convenience; at a cost of a couple of bytes in the vtable this will save many callers having to play type introspection games.
It might be possible to implement a set of virtual cast operator overrides, but only float lets us return NAN to indicate that a cast can't be made, so for now we'll stick with just this one.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1614 f9c3cf11-9bcb-44bc-f272-b75c42450872
2011-02-08 10:17:45 +00:00
ArduCopterMega switch compass orientation back to default 2011-02-07 06:20:08 +00:00
ArducopterNG TradHeli - updated Heli.h to use AP_Compass instead of the outdated APM_Compass. Also changed autopilot on/off switch to be consistent with Quad. 2011-01-15 01:41:51 +00:00
Configurator Configurator.Net: Added High/Low watermarks to transmitter controls for calibration 2011-02-04 21:45:31 +00:00
Frame PowerDistro -PCB layer files 2010-10-30 08:31:30 +00:00
legacy_do_not_use ArduCopter - moved to "legacy_do_not_use" directory 2011-01-01 15:06:42 +00:00
libraries Implement a cast_to_float method for convenience; at a cost of a couple of bytes in the vtable this will save many callers having to play type introspection games. 2011-02-08 10:17:45 +00:00
Install.txt This is just a test for SVN 2011-01-11 02:42:53 +00:00