修改所有卡尔曼滤波器中初始化的误差协方差矩阵 #124
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: 1.x in Linux | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
ubuntu1804-x86_64: | |
uses: cv-rmvl/ci-workflow/.github/workflows/rmvl-u18.yml@main | |
ubuntu2004-x86_64: | |
uses: cv-rmvl/ci-workflow/.github/workflows/rmvl-u20.yml@main | |
ubuntu2204-x86_64: | |
uses: cv-rmvl/ci-workflow/.github/workflows/rmvl-u22.yml@main |