Kalman | uuid | |
---|---|---|
12 | 1 | |
45 | 0 | |
- | - | |
8.7 | 0.0 | |
1 day ago | over 2 years ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Kalman
-
Starting out with Kalman Filter.
Since you mentioned C++ and Kalman filters, I author this Kalman filter library which helped me to get reacquainted to control theory, tries to be approachable, and lists a variety of sources to ease in the topic with examples.
-
How do you setup coverage/ sanitizers in your CI system.
Yes, and here's one for sanitizers. Other tools, documentation, and coverage in the neigbhorong files.
-
Trying to use FetchContent to include XercesC
I've been learning FectContent as well with some successes and failures.
-
kalman filter & c++
My goal with this Kalman filter for C++ is to solve your exact question.
-
C++ Show and Tell - December 2022
I released a first version of a generic Kalman filter.
-
Why is it that package managers are unnecessarily hard?
I use fmt and others in my project with CMake fetch and it's been a good experience so far: fetch, declare, link in a few lines. Hope this can be useful to someome.
-
Workflow v0.10.3 Released, Add WFRepeaterTask for Repeating Asynchronous Operations and Other New Features.
Gratuitous French codebase self-promotion though. /s
-
The Mathematics of the Kalman Filter
Would you be open to exploring an implementation collaboration? I author a C++ Kalman library and would like to expand demonstrators.
-
Does anyone know when gcc will support std::format?
A façade (example) included only for your GCC builds and with the fmt library would allow you to generically use the std::format support in your code. Avoiding the fmt:: and dependencies with MSVC. When the support lands in GCC, only that file would need to be deleted.
-
Best accurate way to measure/compare elapsed time in C++
I use it with boilerplate similar to this: https://github.com/FrancoisCarouge/Kalman/blob/develop/benchmark/benchmark.cpp and run the executables with priority and pining: nice -n 20 tasker -- cpu-list 0
uuid
What are some alternatives?
AnyAny - C++17 library for comfortable and efficient dynamic polymorphism
SAFD-algorithm - An app to compute the coefficients of a function development in a spherical harmonics convergent series.
libCat - 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
Pixelpp - Pixelpp is a simple single header library writing in C++ to help developers when working with Colors and Images.
kelcoro - C++20 coroutine library
Reduct Storage - A time series database for storing and managing large amounts of blob data [Moved to: https://github.com/reductstore/reductstore]
Ultimate-Console - CLI with commands, options, arguments and variables, working on callback functions and references
nanobench - Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
xtr - A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments
PythonRobotics - Python sample codes for robotics algorithms.