WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpi/SymbolExports.h>
#include <wpi/array.h>
#include "frc/EigenCore.h"
#include "frc/system/LinearSystem.h"
#include "units/time.h"
#include "LinearQuadraticRegulator.inc"
Go to the source code of this file.
Classes | |
class | frc::LinearQuadraticRegulator< States, Inputs > |
Contains the controller coefficients and logic for a linear-quadratic regulator (LQR). More... | |
Namespaces | |
namespace | frc |
Functions | |
template class | frc::EXPORT_TEMPLATE_DECLARE (WPILIB_DLLEXPORT) UnscentedKalmanFilter< 3 |