代码拉取完成,页面将自动刷新
同步操作将从 Jeffrey-Ki/Realfilght-Simulink-Simulation 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
clear;
clc;
%% Initial modules configuration
Ts.High = 0.005;
Ts.Middle = 0.02;
Ts.Low = 0.1;
% 传感器模块的输出接口定义
elems(1) = create_bus_element('GYRO', 3, 'Fixed', 'single', -1, 'real');
elems(2) = create_bus_element('ACCE', 3, 'Fixed', 'single', -1, 'real');
elems(3) = create_bus_element('MAGN', 3, 'Fixed', 'single', -1, 'real');
elems(4) = create_bus_element('GPS_LAT', 1, 'Fixed', 'int32', -1, 'real');
elems(5) = create_bus_element('GPS_LNG', 1, 'Fixed', 'int32', -1, 'real');
elems(6) = create_bus_element('GPS_ALT', 1, 'Fixed', 'single', -1, 'real');
elems(7) = create_bus_element('GPS_VN', 1, 'Fixed', 'single', -1, 'real');
elems(8) = create_bus_element('GPS_VE', 1, 'Fixed', 'single', -1, 'real');
elems(9) = create_bus_element('GPS_VD', 1, 'Fixed', 'single', -1, 'real');
elems(10) = create_bus_element('SBUS', 16, 'Fixed', 'int16', -1, 'real');
elems(11) = create_bus_element('DIFF_PRES', 1, 'Fixed', 'single', -1, 'real');
elems(12) = create_bus_element('ABS_PRES', 1, 'Fixed', 'single', -1, 'real');
elems(13) = create_bus_element('FG_DEBUG_ATTITUDE', 3, 'Fixed', 'single', -1, 'real');
elems(14) = create_bus_element('RF_DEBUG_QUATERNION', 4, 'Fixed', 'single', -1, 'real');
elems(15) = create_bus_element('GYRO_RECV', 1, 'Fixed', 'boolean', -1, 'real');
elems(16) = create_bus_element('MAGN_RECV', 1, 'Fixed', 'boolean', -1, 'real');
elems(17) = create_bus_element('GPS_RECV', 1, 'Fixed', 'boolean', -1, 'real');
elems(18) = create_bus_element('SBUS_RECV', 1, 'Fixed', 'boolean', -1, 'real');
elems(19) = create_bus_element('ABS_PRES_RECV', 1, 'Fixed', 'boolean', -1, 'real');
elems(20) = create_bus_element('DIFF_PRES_RECV', 1, 'Fixed', 'boolean', -1, 'real');
elems(21) = create_bus_element('THRO_LOCK', 1, 'Fixed', 'boolean', -1, 'real');
SENSOR_bus = Simulink.Bus;
SENSOR_bus.Elements = elems;
clear elems;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。