Andrew Tridgell
6d11940ada
AHRS: removed Quaternion build support from APM/ACM/rover
13 years ago
rmackay9
1d32e03f61
ArduCopter: added ACCEL_ALT_HOLD and INERTIAL_NAV to config.h and commented out of APM_Config.h.
...
Reduces possibility of difference between arduino ide compiled code and script built code (i.e. autotester, mission planner)
13 years ago
Jason Short
3ee2fd3fb6
ACM: Config.h - added default for toy mixer
13 years ago
Jason Short
9a568385b0
ACM increase the minimum speed at WP
13 years ago
Jason Short
3e57f8afd8
ACM: config.h = updated default gains
...
More yaw rate control
13 years ago
Amilcar Lucas
d34549f386
Add an optional second mount to ArduPlane and ArduCopter
13 years ago
Amilcar Lucas
9cc705939a
Add a second mount instance
13 years ago
Amilcar Lucas
aa3cc63b15
ArduCopter: Make the code fit in a 1280 chip again
...
Even allows to control a camera/antenna mount, if the user explicitly wants to.
13 years ago
Amilcar Lucas
0106c133cf
Default CLI_SLIDER_ENABLED to DISABLED
...
Chris asked for this on the mailing list
13 years ago
Amilcar Lucas
afd96025a7
ArduCopter: Save more space in APM1280
13 years ago
Amilcar Lucas
d29f7023cc
Merge from ArduPlane
13 years ago
rmackay9
77b1785bc6
ArduCopter: reduce stabilize roll, pitch and rate yaw IMAX values
13 years ago
rmackay9
014f5aae99
ArduCopter: added DMP_ENABLE #define and CH6 tuning value for AHRS_KP
13 years ago
Jason Short
96aabb7712
ACM: Lowered default Alt hold P
13 years ago
Jason Short
3b496ff229
Arducopter: Upped D rate to .005 by default
13 years ago
Jason Short
49c7579079
Arducopter: Config.h defaults adjustments
13 years ago
Jason Short
3401bd3583
Arducopter: Clarified units in comment
13 years ago
Jason Short
dcf9f9dab1
Arducopter
...
for rate altitude changes
13 years ago
Andreas M. Antonopoulos
a976a59c88
AP_Limits: Configuration defaults moved to config.h. Fixed AP_LIMITS==DISABLED handling.
13 years ago
rmackay9
36ecdff593
ArduCopter: removed unused config for CAM_ROLL_GAIN and CAM_ROLL_PITCH now in AP_Mount library)
13 years ago
Jason Short
7a5544051d
Arducopter
...
Lowered WP speed default to 500. 600 was quite high once the nav routines were fixed and quad could achieve that speed.
13 years ago
Jason Short
c04bff67de
Arducopter: Config.h, default gain tweaks from flight tests.
13 years ago
Amilcar Lucas
dfe0983e1e
Merge the changes from APM_Camera branch into ArduCopter
...
Conflicts:
ArduCopter/Camera.pde
ArduCopter/Parameters.pde
13 years ago
Jason Short
038116f521
Airspeed patch:
...
pre-calculated airspeed resistance pitches copter automatically to gain a certain speed allowing the speed controller to work off of a better set point - similar to Alt hold.
added param tilt_comp with a default of 54 which equals 19.5° of pitch to go 6m/s
upped Z and Y target speeds to int32_t for speed squared calculation
13 years ago
Andrew Tridgell
60caaa4b04
MAVLink: remove MAVLink 0.9 protocol support
...
this simplifies the code a lot. We're not going back to 1.0
13 years ago
Adam M Rivera
6e93ab6af6
Parameters: Added flag for camera pitch/roll servos (continuous or regular)
13 years ago
Jason Short
37685756df
Config.h:
...
decreased alt hold_P to .4
removed RTL_AUTO_LAND default
increased alt hold I
13 years ago
Jason Short
2d572461ec
Config: increased WP distance to 2m but default, removed alt hold D: causing issues with APM1 noise.
13 years ago
Jason Short
8a08a74cc6
Config.h : shortening the landing time to 10s
13 years ago
Jason Short
8ab1acfb92
Config.h
...
Removed Approach delay redundancy - using land timer instead
Removed Retro loiter mode param
13 years ago
rmackay9
78fa903e17
ArduCopter: updated STABILIZE_ROLL_I to 0.01 (was 0.1) as instructed by Marco
13 years ago
Jason Short
4450d80ea3
Config.h: Optimizing Nav gains
13 years ago
Jason Short
c76ac4543b
Added user editable define for Super simple radius
13 years ago
Jason Short
a0dc1f7ab1
Config.h : New Gains based on testing, new Crosstrack gain. from 1.0 to .2 because of new algorithm
13 years ago
Jason Short
7e0708ca36
Config.h - returned low to original 120
13 years ago
Jason Short
4f18e7f80b
lowered minimum throttle
13 years ago
Jason Short
39a253a273
decreased I term based on the tests last weekend in high winds
13 years ago
rmackay9
65050775e1
ArduCopter: made Robert's new yaw method optional (off by default).
...
Add this line to APM_Config.h to enable Robert's yaw
#define ALTERNATIVE_YAW_MODE ENABLED
13 years ago
Jason Short
ff0659535e
Raised the Max throttle to 1000, min to 200. Worked good in SIM with Tridge's motor safety patch.
13 years ago
rmackay9
c6f1d93849
ArduCopter: updated standard loiter pids.
...
Loiter_P (speed from distance to target) = 0.2 (was 0.35)
Loiter_Rate_P (lean angle from desired acceleration) = 2.4 (was 2.5)
Loiter_Rate_I = unchanged at 0.08
Loiter_Rate_D = 0.40 (was 0.45)
13 years ago
Jason Short
a9610a0761
Stabilization patches
...
removed Angle error limit for stabilization
constricted Iterm to +- 5° error and limited the implementation to when the quad is +- 5° from center
doubled the output limit for Rate controller.
increased default Rate_P gain to .18 with matching Rate_D of .004
Tested in the SIM and in backyard. dramatically increases performance and quad no longer overshoots and flips when pushed hard.
13 years ago
Michael Oborne
a71ed6c5ce
enable mavlink10 by default
13 years ago
Jason Short
9310d613e1
Lowered I term - causes oscillations in SIM
13 years ago
Jason Short
7f3e142fa8
Loiter Gains based on new SIM
13 years ago
Robert Lefebvre
c8fb9a6635
More CopterLEDS changes.
...
Merged CopterLEDS and Piezo functions to eliminate pin conflict on APM2. Created new Parameter bit to turn piezo function on and off from MP. Moved GPS and Aux pin assignments to allow commonality between APM1 and 2. Set LED_Mode parameter default to 9 in order to make CopterLEDS completely backwards compatible with old Motor LEDS and Piezo code. Legacy users should see no difference.
13 years ago
Robert Lefebvre
a285e2779f
CopterLEDS changes for APM2
13 years ago
Adam M Rivera
8e580729b7
config.h: Removed comment.
13 years ago
rmackay9
090f5aaa6f
ArduCopter - config.h - set standard RC_SPEED to 125 for helicopter frame
13 years ago
rmackay9
919f004b27
ArduCopter - changed Optical Flow for APM2 to use A3 pin
13 years ago
Adam M Rivera
d29f1ef331
Loiter: Made the "retro loiter" routines configurable. Add RETRO_LOITER_MODE ENABLED to APM_Config.h to enable the older loiter shtuff.
13 years ago