Commit Graph

496 Commits

Author SHA1 Message Date
Jason Short
da903d2c3e moved some defines around 2011-12-23 14:46:32 -08:00
Jason Short
c8ca841bd7 Fixed resolution issue with Xtrack
Added stub for loiter based on estimation
integrated fix for tracking GPS at slow speeds for loiter
2011-12-23 14:46:32 -08:00
Jason Short
ce11f48809 This is the test to deal with big props with lots of inertia. We use a low pass filter on positive acceleration. 2011-12-23 14:46:32 -08:00
Jason Short
fa2fa37f3b initing z dampener at arming 2011-12-23 14:46:08 -08:00
Jason Short
8aa6429b1e Too complicated 2011-12-23 14:46:08 -08:00
Jason Short
778c9cd1db added back in the Disabled log - gave up on Log Simple idea 2011-12-23 14:45:56 -08:00
Jason Short
7963a73816 used for testing 2011-12-23 14:42:50 -08:00
Jason Short
f892e0b00d increased crosstrack thanks to float math fix
decreased loiter iterm, decreased throttle iterm based on simulator runs
2011-12-23 14:42:50 -08:00
Jason Short
7820d96f4c No longer blocking before initing home 2011-12-23 14:42:50 -08:00
Jason Short
dc2103d67f the second accel test is just for fun.
Filtered output for Nav_throttle
2011-12-23 14:42:50 -08:00
Jason Short
6c5f41fe58 Begin to better integrate OptFlow, added necessary globals for Loiter estimation 2011-12-23 14:42:50 -08:00
Jason Short
885548e693 removed some unneeded HIL #defines 2011-12-23 14:42:49 -08:00
Pat Hickey
343228c8cc Log_simple uses identical implementation of do_erase_logs.
* fix build1280.ArduCopter
2011-12-22 13:31:28 -08:00
Pat Hickey
74530de4bb ArduCopter Logging: DISABLED means DISABLED again; CONFIG_LOGGING added
CONFIG_LOGGING selects LOGGING_SIMPLE and LOGGING_VERBOSE. Verbose
logging is the default, implemented in Log.pde. Simple logging is
optional, but the default for the 1280 build, implemented in
Log_simple.pde
2011-12-19 21:04:51 -08:00
Randy Mackay
73ff5138c6 Arducopter - added "//#define APM2_BETA_HARDWARE" to AP_Config.h for developer's who received early version of the board with the old barometer 2011-12-19 22:57:00 +09:00
Jani Hirvinen
9d7eb9cd1a config settings for jD motors 2011-12-19 09:29:05 +07:00
Jason Short
a98a0b636a Hexa stability patch bug fix by borna.segulin 2011-12-18 16:38:07 -08:00
Jason Short
2f5da31a05 change Alpha name 2011-12-18 16:38:07 -08:00
Andrew Tridgell
1807585b98 ACM: run mavlink loop while erasing logs 2011-12-18 10:19:41 +11:00
Jason Short
35f0d31b9d Sync logging 2011-12-16 22:02:41 -08:00
Jason Short
ed818e4ccf Cleanup
removed Iterm experiment - no noticeable effect in actual flight
2011-12-16 20:47:23 -08:00
Andrew Tridgell
4bbd5392ef removed AperiodicProcess code
this code was never being used, and was more complex than it was
worth.
2011-12-17 07:29:09 +11:00
Jason Short
027b710816 renamed super simple, added framework for auto calc of throttle cruise 2011-12-15 20:51:41 -08:00
Jason Short
2b5c039eae turned off iterm for traverse 2011-12-15 20:51:41 -08:00
Jason Short
b484fdab05 added some more throttle imax range
renamed Super Simple
2011-12-15 20:51:41 -08:00
Jason Short
fa908795d9 renamed super simple 2011-12-15 20:51:41 -08:00
Jason Short
6a55fe18f6 added altitude to circle mission 2011-12-15 20:51:40 -08:00
Jason Short
4b52b61563 Allows user to specify just an altitude for Circle Mode 2011-12-15 20:51:40 -08:00
Jason Short
05e921f5d0 More power to descend 2011-12-15 20:51:40 -08:00
Jason Short
958693ee5e Addition of nav mode that tries to maintain level 2011-12-14 22:08:42 -08:00
Jason Short
b4aafcce05 dupe of landing logic for scripting 2011-12-14 22:08:41 -08:00
Jason Short
96ce429537 made the last step of landing stop navigating so we can drop straight down. 2011-12-14 22:08:41 -08:00
Jason Short
66c974a949 Added failsafe check 2011-12-14 22:08:41 -08:00
Jason Short
c7da9c63f1 updated Loiter control to provide an alternative to GPS rate control for users with circling issues. Works in SIM, needs flight testing 2011-12-14 22:08:41 -08:00
Jason Short
d5666f287c added loiter control to reset nav 2011-12-14 22:08:41 -08:00
Jason Short
2a7f981fb0 added failsafe check,
enable loiter repositioning
2011-12-14 22:08:41 -08:00
Doug Weibel
737447c8cf Change logging to default on for 2560 2011-12-13 20:53:44 -07:00
Doug Weibel
2687f1c77d Changes to logging file system to avoid problems with 0 and 1 page logs 2011-12-13 20:09:07 -07:00
Michael Oborne
be9a741c88 add method of detecting if motors are armed 2011-12-14 06:18:29 +08:00
Randy Mackay
68d1fa6ec7 Arducopter - Attitude.pde - fixed small bug in pitch stabilise 2011-12-13 22:10:51 +09:00
Andrew Tridgell
c007fb49b8 IMU: update ACM and APM for flash_leds change in IMU init 2011-12-13 18:19:41 +11:00
Andrew Tridgell
4e4a4a685c fixed two more CONFIG_HARDWARE #ifdef bugs 2011-12-13 17:05:48 +11:00
Jason Short
29788b98bd Adjustments for High Wind enviroments 2011-12-12 17:47:45 -08:00
Jason Short
424a11d269 Stability patch2 - Jose style. 2011-12-12 17:47:45 -08:00
Jason Short
6b1bedc381 Gain updates 2011-12-12 17:47:45 -08:00
Jason Short
a386ea5e06 Added a simplified Log that is just GPS for my 1280 board 2011-12-12 17:47:45 -08:00
Jason Short
6bac318def Added param option for Simple mode reset 2011-12-12 17:47:45 -08:00
Jason Short
3edd471983 Upped the max pitch to deal with wind - based on T3 testing 2011-12-12 10:10:33 -08:00
Jason Short
e1146b6df6 Just upped the nav_imax value 2011-12-12 10:10:33 -08:00
Andrew Tridgell
6857d9af14 fixed LOGGING_ENABLED default on ArduCopter 2011-12-12 23:40:43 +11:00