mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_PID: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
567dedf3e3
commit
df88281e07
@ -87,7 +87,7 @@ private:
|
|||||||
} _flags;
|
} _flags;
|
||||||
|
|
||||||
// internal variables
|
// internal variables
|
||||||
float _dt; // timestep in seconds
|
float _dt; // time step in seconds
|
||||||
Vector2f _integrator; // integrator value
|
Vector2f _integrator; // integrator value
|
||||||
Vector2f _input; // last input for derivative
|
Vector2f _input; // last input for derivative
|
||||||
float _filt_alpha; // input filter alpha
|
float _filt_alpha; // input filter alpha
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include <AC_PID/AC_HELI_PID.h>
|
#include <AC_PID/AC_HELI_PID.h>
|
||||||
#include <RC_Channel/RC_Channel.h>
|
#include <RC_Channel/RC_Channel.h>
|
||||||
|
|
||||||
// we need a boardconfig created so that the io processor is available
|
// we need a board config created so that the io processor is available
|
||||||
#if HAL_WITH_IO_MCU
|
#if HAL_WITH_IO_MCU
|
||||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||||
#include <AP_IOMCU/AP_IOMCU.h>
|
#include <AP_IOMCU/AP_IOMCU.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user