在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):wvu-navLab/ICE开源软件地址(OpenSource Url):https://github.com/wvu-navLab/ICE开源编程语言(OpenSource Language):Shell 100.0%开源软件介绍(OpenSource Introduction):Robust Incremental State Estimation through Covariance AdaptationOverviewThis repository contains the software release for "Robust Incremental State Estimation through Covariance Adaptation". The objective of the software release is described through the associated abstract. For a more thorough discussion, please see the description document.
If you utilize this software for an academic purpose, please consider using the following citation:
This software benefits from several open-source software packages.
How to Install1) Requirements/RecommendationsRequired
2) Clone repository to local machinegit clone https://github.com/wvu-navLab/ICE.git
3) Buildcd ICE
./build.sh
4) TestLet's run a test on dataset 1 with low-quality observations. To change the utilized dataset, use one of the following arguments {1,2,3}_{lq,hq} after the run_me.sh command. (e.g., ./run_me.sh 3_hq). cd examples
chmod +x run_me.sh
./run_me.sh 1_lq This will write all of the generated results to the test directory (../test). All of the 'truth' data, utilized for validation, is housed in the ~/ICE/data/truth/ directory For this specific example, the table printed to the screen should match the one provided below. type med_ mean_ var_ max_
L2 2.57 2.52 1.99 10.78
DCS 0.64 0.99 0.95 9.71
MM 1.63 1.66 1.10 10.06
ICE 0.57 0.72 0.46 13.18 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论