kfilter 0.5.0

A no-std implementation of the Kalman and Extended Kalman Filter.
Documentation
1
2
3
4
5
6
7
8
9
10
name: Push Checks
on: push
jobs:
  Commit-message:
    runs-on: ubuntu-latest
    steps:
      # Checkout branch
      - uses: actions/checkout@v4
      # Check commit message
      - uses: webiny/action-conventional-commits@v1.3.0