mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-12-08 23:28:03 +00:00
Some attempts to make stuff faster
This commit is contained in:
@@ -62,6 +62,8 @@ public:
|
||||
*/
|
||||
KalmanState predict(KalmanState state, matrix u);
|
||||
|
||||
KalmanState predict(KalmanState state);
|
||||
|
||||
/**
|
||||
* @brief Corrects the state of the Kalman filter based on a measurement.
|
||||
* @param state The current state and error convariance matrix.
|
||||
|
||||
Reference in New Issue
Block a user