mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-08-06 13:27:34 +00:00
Make correction step static
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
* @param R The measurement noise covariance matrix.
|
||||
* @return The corrected state of the Kalman filter.
|
||||
*/
|
||||
KalmanState correct(KalmanState state, matrix z, matrix H, matrix R);
|
||||
static KalmanState correct(KalmanState state, matrix z, matrix H, matrix R);
|
||||
};
|
||||
|
||||
} // namespace math
|
||||
|
Reference in New Issue
Block a user