Skip to content

[Rotor Estimator] Remove 3/2 multiplier for stator inductance #89

[Rotor Estimator] Remove 3/2 multiplier for stator inductance

[Rotor Estimator] Remove 3/2 multiplier for stator inductance #89

Workflow file for this run

name: Code Format check
on:
pull_request:
branches: [ main ]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install clang-format
- run: bash scripts/test_clang_format.sh
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install cppcheck
- run: bash scripts/linter.sh