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
  • 相关阅读:
    Struts2 拦截器
    Struts2 常用标签
    Struts2 OGNL表达式、ValueStack
    Struts2 在Action中操作数据
    Struts2 动态方法调用
    Struts2 常量配置
    Struts2 struts.xml配置
    Struts2 Action的3种创建方式
    Struts2 运行流程
    JUnit
  • 原文地址:https://www.cnblogs.com/Jessica-jie/p/6773332.html
Copyright © 2011-2022 走看看