{"id":14992213,"url":"https://github.com/nravic/kalmanrs","last_synced_at":"2025-09-25T14:31:00.400Z","repository":{"id":57634683,"uuid":"229144839","full_name":"nravic/kalmanrs","owner":"nravic","description":"A (yet to be) comprehensive Kalman Filter library in Rust ","archived":false,"fork":false,"pushed_at":"2022-08-30T01:39:14.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T04:29:18.194Z","etag":null,"topics":["kalman-filter","nalgebra","robotics","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nravic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-19T21:54:47.000Z","updated_at":"2023-02-19T11:47:19.000Z","dependencies_parsed_at":"2022-09-26T20:20:37.373Z","dependency_job_id":null,"html_url":"https://github.com/nravic/kalmanrs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nravic%2Fkalmanrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nravic%2Fkalmanrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nravic%2Fkalmanrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nravic%2Fkalmanrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nravic","download_url":"https://codeload.github.com/nravic/kalmanrs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234200176,"owners_count":18795139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kalman-filter","nalgebra","robotics","rust"],"created_at":"2024-09-24T15:00:52.286Z","updated_at":"2025-09-25T14:31:00.105Z","avatar_url":"https://github.com/nravic.png","language":"Rust","funding_links":[],"categories":["Signal Processing"],"sub_categories":[],"readme":"# Kalmanrs - Kalman Filters in Rust \n\nThis library directly implements the algorithm found [here](http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf). kalmanrs is built using nalgebra, and is designed to be as dimensionally generic as possible to make it easy to implement in whatever control structure or system you're working with. \n\n## Setup and Usage\nAdd `kalmanrs` to your Cargo.toml under dependencies.\n\nThe design of `kalmanrs` necessitates creating a wrapper for the two structs that comprise a Kalman Filter in `kalmanrs`, `LinearKalman` and `KalmanState`. What allows for dimensional genericity is the macro `kalmanrs` supplies, `lkf_builder`; which implements the predict and update methods for your Kalman Filter. \n\nA self-explanatory example is detailed in `examples/lkf.rs`. An important note to make is that because rust currently does not support parametrization over integer values, dimensions are simulated using types; which are defined in the root module of nalgebra. If you wanted to use a 2x3 dimensional matrix for example, you would have to `use na::{U2, U3}`. \n\n## Todo\n- Add the Extended Kalman Filter (EKF).\n- Add the Unscented Kalman Filter (UKF). \n- Better testing/test coverage\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnravic%2Fkalmanrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnravic%2Fkalmanrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnravic%2Fkalmanrs/lists"}