2021-08-23 15:07:12 索煒達(dá)電子 1078
項(xiàng)目編號(hào):E493
文件大?。?8K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
固定翼無人機(jī)運(yùn)動(dòng)學(xué)建模 RTW工具箱實(shí)現(xiàn)飛行仿真軟件
軟件架構(gòu)
UAVmodel和matlab文件夾下是rtw工具箱根據(jù)模型生成的代碼
UAVsimulation_v3是實(shí)現(xiàn)的仿真軟件,可直接運(yùn)行
演示:
循環(huán)打印飛行參數(shù):
目錄│文件列表:
└ uav_simulation_rtw
└ uav_simulation_rtw
├ matlab
│ ├ extern
│ │ └ include
│ │ └ tmwtypes.h
│ ├ rtw
│ │ └ c
│ │ └ src
│ │ │ rt_logging.h
│ │ ├ common
│ │ │ └ rt_cppclass_main.cpp
│ │ └ ext_mode
│ │ └ common
│ │ └ ext_work.h
│ └ simulink
│ └ include
│ │ rtw_continuous.h
│ │ rtw_extmode.h
│ │ rtw_matlogging.h
│ │ rtw_solver.h
│ │ simstruc_types.h
│ │ sl_sample_time_defs.h
│ │ sl_types_def.h
│ └ sysran_types.h
├ UAVmodel
│ └ Modeltocpp_v5_grt_rtw
│ │ buildInfo.mat
│ │ defines.txt
│ │ multiword_types.h
│ │ rtmodel.h
│ └ rtwtypes.h
└ UAVsimulation_v3
│ ext_work.h
│ main.cpp
│ Modeltocpp_v5.cpp
│ Modeltocpp_v5.h
│ Modeltocpp_v5_private.h
│ Modeltocpp_v5_types.h
│ multiword_types.h
│ rtmodel.h
│ rtwtypes.h
│ rtw_continuous.h
│ rtw_extmode.h
│ rtw_matlogging.h
│ rtw_solver.h
│ rt_logging.h
│ simstruc_types.h
│ simulation.cpp
│ simulation.h
│ sl_sample_time_defs.h
│ sl_types_def.h
│ sysran_types.h
│ tmwtypes.h
└ UAVsimulation_v3.pro