- Feb 11, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this will prevent us losing a lot of altitude during the initial failsafe phase
-
Andrew Tridgell authored
-
Andrew Tridgell authored
thanks to Doug for this fix!
-
- Feb 09, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this makes the PID library a bit more flexible for smaller range numbers. Note that this library is used on ArduPlane and Rover, not Copter
-
Andrew Tridgell authored
-
Michael Oborne authored
-
Michael Oborne authored
-
Michael Oborne authored
-
- Feb 07, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this removes a lot of the old arduplane code, and renames a lot of variables. This will need a lot more testing and fixup before being usable
-
Andrew Tridgell authored
-
Andrew Tridgell authored
used to launch nsh for PX4IO firmware upgrades
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
zlite authored
Corrected "it's" to "its". Just one of those grammar things that drives me crazy ;-)
-
Andrew Tridgell authored
-
- Feb 06, 2013
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this changes the sampling to 200Hz regardless of requested rate, and it is downsampled inside num_samples_available() using a shift. This gives better noise resistance in ArduPlane. This patch also makes it possible to update the filter frequency while running, which is very useful for bench testing with a vibration source
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- Feb 05, 2013
-
-
Michael Oborne authored
-
- Feb 04, 2013
-
-
Andrew Tridgell authored
bitwise, not arithmetic
-
Jochen Tuchbreiter authored
- libraries/AP_Common/AP_Common.h: Use bit 2 of Location.options to store loiter direction - ArduPlane/defines.h: New bitmask MASK_OPTIONS_LOITER_DIRECTION for struct Location bit 2 - ArduPlane/ArduPlane.pde: New variable loiter_direction - ArduPlane/GCS_Mavlink.pde: For mavlink loiter-commands use sign of param3 to detemine direction. Set Location.option flag accordingly - ArduPlane/commands.pde: Make sure loiter-directions get saved into EEPROM correctly - ArduPlane/commands_logic.pde: Set loiter_direction on all loiter-actions as well as RTL/instant loiter - ArduPlane/navigation.pde: Yield loiter_direction in update_loiter
-
Brandon Jones authored
After Plane: cleanup driver declaration 4d9a74d7, HIL_MODE_ATTITUDE with MAG_ENABLE=1 set results in continuous reboot/APM crash. Added define for AP_COMPASS_HIL when HIL_MODE_ATTITUDE is enabled.
-
Michael authored
-
Michael authored
-
Andrew Tridgell authored
this saves a couple of hundred bytes of flash.
-
- Feb 03, 2013
-
-
Pat Hickey authored
-
Andrew Tridgell authored
This reverts commit 527dcdf3. This was causing the MPU6000 startup code to fail, due to time running backwards.
-
Pat Hickey authored
-
Pat Hickey authored
* Smokey, this is not 'Nam. this is bowling. there are rules
-
- Feb 01, 2013
-
-
John Arne Birkeland authored
- More efficient code by using 16-bit timer - micros() now has proper 1 us resolution and less overhead - millis() has less overhead - removed unneeded/unwanted initializatin of timers in AVRTimer::init() pull request 62, approved and merged by pat
-
Randy Mackay authored
-
Randy Mackay authored
Scaling of bottom half of throttle was changed from THR_MIN ~ 500. Previously it was from 0 ~ 500.
-
Randy Mackay authored
Accel throttle's I term is taken from scaled manual throttle
-
Randy Mackay authored
-