mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Added default scalar of 1 to PID.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@935 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
b0fbe39459
commit
f04e58c6b3
@ -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…
Reference in New Issue
Block a user