Browse Source

Added default scalar of 1 to PID.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@935 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
james.goppert 14 years ago
parent
commit
f04e58c6b3
  1. 2
      libraries/PID/PID.h

2
libraries/PID/PID.h

@ -50,7 +50,7 @@ public: @@ -50,7 +50,7 @@ public:
///
/// @returns The updated control output.
///
long get_pid(long err, long dt, float scaler);
long get_pid(long err, long dt, float scaler=1);
/// Reset the PID integrator
///

Loading…
Cancel
Save