五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

【無(wú)人機(jī)導(dǎo)航】復(fù)雜環(huán)境下的無(wú)人機(jī)編隊(duì)路徑規(guī)劃matlab源碼

2021-08-16 00:12 作者:Matlab工程師  | 我要投稿




clear; matlabrc; clc; close all; addpath(genpath('controllers')) addpath(genpath('dynamics')) addpath(genpath('tools')) % Initial Control gains: k_ria = 20; ?%(inter-agent position) k_via = .26; ?%(inter-agent velocities) k_rvl = .5; %(virtual-leader position) k_vvl = .25; ?%(virtual-leader velocity) k_obs = 10; ? %(obstacle position) exp = 4; gains = [k_ria,k_via,k_rvl,k_vvl,k_obs]'; % Optimize: options = optimoptions('fmincon','FiniteDifferenceStepSize',1e-1); % A = [4 0 0 0 30/31.5]; % b = 0; A =[]; b = []; Aeq = []; beq = []; lb = [0 0 0 0 0]; ub = []; x = fmincon(@simulate, gains, A,b,Aeq,beq,lb,ub,[], options); %% gains = x; [ts, total_error, broke] = simulate_dev(gains,1); total_error(total_error == 0) = []; dt = 1e-1; num_steps = length(total_error); tfinal = num_steps*dt; tspan = dt:dt:tfinal; %% figure() plot(tspan,total_error); hold on xlabel('Time (sec)') ylabel('Total Error') yl = ylim; plot([broke broke],[yl(1) yl(2)],'--k')

?

?

?


【無(wú)人機(jī)導(dǎo)航】復(fù)雜環(huán)境下的無(wú)人機(jī)編隊(duì)路徑規(guī)劃matlab源碼的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
泗水县| 昭通市| 金寨县| 谢通门县| 竹北市| 商城县| 南木林县| 廉江市| 奉节县| 上林县| 丰顺县| 金秀| 昂仁县| 保山市| 桑植县| 清远市| 常德市| 乐平市| 万全县| 周宁县| 鸡西市| 特克斯县| 金川县| 寿宁县| 翁源县| 台州市| 康保县| 白城市| 容城县| 合川市| 萝北县| 中宁县| 东阿县| 百色市| 长春市| 安宁市| 彝良县| 本溪市| 马山县| 溆浦县| 赞皇县|