Browse Source

Added Tri-copter support for Max

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1414 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
jasonshort 14 years ago
parent
commit
87a1043f25
  1. 2
      ArduCopterMega/Attitude.pde

2
ArduCopterMega/Attitude.pde

@ -5,7 +5,7 @@ void init_pids() @@ -5,7 +5,7 @@ void init_pids()
// this creates symmetry with the P gain value preventing oscillations
max_stabilize_dampener = pid_stabilize_roll.kP() * 2500; // = 0.6 * 2500 = 1500 or 15°
max_yaw_dampener = pid_yaw.kP() * 6000; // .5 * 6000 = 3000
max_yaw_dampener = pid_yaw.kP() * 6000; // .5 * 6000 = 3000
}

Loading…
Cancel
Save