为 tracker 模块设计新的 update 接口,并修改 KalmanFilter 的错误用法 #109
Workflow file for this run
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 |