- Sep 17, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
a GPS can now be attached after startup
-
Andrew Tridgell authored
-
Andrew Tridgell authored
the old mechanism wasted most of the input bytes, and chewed a lot of CPU, making it impractical to do GPS detection for a GPS attached after startup The new code is async, and detects a GPS by looking for a fully formed packet with the right checksum for each GPS type
-
Andrew Tridgell authored
-
rmackay9 authored
-
- Sep 16, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this prevents non-manual channels changing value away from the trim value on startup
-
Andrew Tridgell authored
remove unused enable_out_ch() and enable k_manual channels. This ensures k_manual channels used for bottle drop are initialised correctly to trim output
-
Andrew Tridgell authored
-
Andrew Tridgell authored
fixed off by one error
-
Andrew Tridgell authored
this makes it possible to have a reverse throttle in ArduPlane
-
- Sep 15, 2012
-
-
rmackay9 authored
Changes include using AP_PeriodicProcess and calling imu.init even in HIL mode
-
Michael Oborne authored
-
- Sep 13, 2012
-
-
rmackay9 authored
-
rmackay9 authored
-
rmackay9 authored
-
Hazy authored
a few UI translations
-
Jason Short authored
-
Jason Short authored
-
Michael Oborne authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this was broken in 2.61
-
Andrew Tridgell authored
this makes it easier to diagnose elevon mixing issues
-
- Sep 12, 2012
-
-
Andrew Tridgell authored
thanks Alexey!
-
Andrew Tridgell authored
allow disabling of the use of the barometer for vertical acceleration compensation
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- Sep 11, 2012
-
-
Andrew Tridgell authored
this drives the speed of the 50Hz loop by the number of samples accumulated in the IMU. This should give much more consistent timing in DCM. Thanks to Randy for introducing this scheme in ArduCopter!
-
Jason Short authored
-
Jason Short authored
-
Andrew Tridgell authored
this fixes using GPS_PROTOCOL to specify a specific GPS with a GPS that takes a few updates before it works (eg. needing baud rate changes). This makes it easier to use an APM1-1280 with more features enabled
-
Andrew Tridgell authored
this allows for a larger amount of steering control at low speeds without causing osciallation after takeoff
-
Jason Short authored
-
Jason Short authored
-
Jason Short authored
-
- Sep 10, 2012
-
-
Andrew Tridgell authored
-