- Sep 13, 2012
-
-
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
-
Andrew Tridgell authored
-
rmackay9 authored
-
rmackay9 authored
-
rmackay9 authored
AP_InertialSensor: use AP_TimerProcess's queue_process to run read from MPU6000 after any currently running processes complete
-
rmackay9 authored
Also restored suspend_timer to void return type
-
rmackay9 authored
This reduces the maximum delay between when new sensor data arrives and when it is actually used by about 5ms.
-
rmackay9 authored
ArduCopter: added NUM_IMU_SAMPLES_FOR_XYZHZ definitions for MPU6000 and Oilpan to allow more syncing of the mainloop with the arrival of data from the IMU.
-
rmackay9 authored
AP_ADC: added num_samples_available to allow main loop to be synced with arrival of new sensor data for Oilpan.
-
rmackay9 authored
AP_IMU: added num_samples_available to allow main loop timing to be synced with arrival of new data from IMU.
-
rmackay9 authored
This reduces the delay between when data arrives and when it is used by up to 1ms. Added num_samples_available method to all InertialSensors to allow main loop timing to be synced with sensors.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this allows for remote reboot of APM
-
- Sep 09, 2012
-
-
Andrew Tridgell authored
when we fetch relative altitude waypoints from APM to a file, we need to preserve the altitude
-
Craig Elder authored
This reduces the number of rubbish pulses on the APM2 PWM output pins on startup, which should help with booting some cheaper ESCs. Thanks to Randy for the idea!
-
rmackay9 authored
Changed verify_nav_roi command to attempt to point at the target if our camera mount type is not pan_tilt nor pan_tilt_roll
-
Michael Oborne authored
-
Andrew Tridgell authored
this removes the duplicate code. Throttle trim is not changed.
-
Andrew Tridgell authored
The nudge value depended on RC3_TRIM, which is not a reliable value. It tried to only take effect when the throttle stick was above 50%, but if RC3_TRIM was high for some reason (say 1500) then it would actually depress the throttle by a large amount, which could cause the plane to stall. This also adds a boolean option THROTTLE_NUDGE to allow disabling of throttle nudging
-
- Sep 08, 2012
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-