[wpimath] Document LQR and KalmanFilter exceptions (#4418)

This commit is contained in:
Tyler Veness
2022-09-17 00:16:40 -07:00
committed by GitHub
parent 5b656eecf6
commit 9730032866
4 changed files with 10 additions and 0 deletions

View File

@@ -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,