Implement Error State Kalman Filter for IMU and GPS sensor fusion #48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Make | |
on: | |
push: | |
pull_request: | |
types: [opened, reopened] | |
env: | |
CLICOLOR_FORCE: 1 | |
CARGO_TERM_COLOR: always | |
jobs: | |
make: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: cargo install cross --git https://github.com/cross-rs/cross | |
- run: cargo install cargo-make | |
- run: cargo make |