mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[wpimath] Document LQR and KalmanFilter exceptions (#4418)
This commit is contained in:
@@ -50,6 +50,7 @@ class KalmanFilter {
|
||||
* @param stateStdDevs Standard deviations of model states.
|
||||
* @param measurementStdDevs Standard deviations of measurements.
|
||||
* @param dt Nominal discretization timestep.
|
||||
* @throws std::invalid_argument If the system is unobservable.
|
||||
*/
|
||||
KalmanFilter(LinearSystem<States, Inputs, Outputs>& plant,
|
||||
const StateArray& stateStdDevs,
|
||||
|
||||
Reference in New Issue
Block a user