Skip to content

add rotation to kalman filter #107

add rotation to kalman filter

add rotation to kalman filter #107

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
spotless:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Run spotless linter
run: ./gradlew spotlessCheck