zoukankan      html  css  js  c++  java
  • InertialNav


    https://github.com/priseborough/InertialNav

    Instructions To Run Simulink Model

    Note : Simulink models are only available for 21 and 24 state architecture, and do not include range finder or optical flow measurements.

    You will need Matlab + Simulink 2012a or later to run this model

    Instructions to run:

    1. Add 'plots', 'scripts' and 'TestData' directories to your Matlab path
    2. Make 'models' your working directory
    3. Run the RunNavFilterTestHarness24.m script file to run the 24-state filter, or RunNavFilterTestHarness21.m to run the 21-state filter
    4. Test data will be loaded and the model will be built, run and plots generated.

    You can load other test data by modifying the file load command at the top of the LoadNavFilterTestData.m script file.

    Instructions To Run C++ code test harness

    1. Go to the code directory and run make
    2. Make sure the ATT, GPS, IMU, MAG and NTUN.txt files are in the directory with the executable (unzip one of the data ZIP files)
    3. Run: ./estimator_closed_loop_test
    4. The program will put the results into the following space deliminted data files
    5. Run make plots to generate Python plots
    • CovDataOut.txt
    • EulDataOut.txt
    • MagFuse.txt
    • RefVelPosDataOut.txt
    • StateDataOut.txt
    • TasFuse.txt
    • VelPosFuse.txt
  • 相关阅读:
    GORM模型(Model)创建
    GORM高级查询
    LogAgent
    安装kafka
    go读取日志tailf
    bubble清单
    go操作kafka
    GORM模型删除
    Vue 父子组件间的传值
    列表和表格
  • 原文地址:https://www.cnblogs.com/Jessica-jie/p/6773332.html
Copyright © 2011-2022 走看看