Skip to content

Commit

Permalink
Add rich text to kalman-filter CUDA demo (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 authored Sep 17, 2023
1 parent 8325e1d commit cb12820
Show file tree
Hide file tree
Showing 3 changed files with 835 additions and 1,298 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class KalmanFilter {
* Update the estimated state based on measured values. The
* time step is assumed to remain constant.
*/
void update(const std::vector<double>& y);
std::vector<double> update(const std::vector<double>& y);

/**
* Update the estimated state based on measured values,
Expand Down
Loading

0 comments on commit cb12820

Please sign in to comment.