五月天青色头像情侣网名,国产亚洲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ó)家法律
呼伦贝尔市| 杂多县| 沁源县| 天水市| 太谷县| 辽中县| 中西区| 鲁甸县| 拉孜县| 确山县| 武宁县| 台南市| 武义县| 观塘区| 金坛市| 手游| 富阳市| 承德县| 宝应县| 明溪县| 紫云| 顺义区| 南雄市| 长顺县| 和静县| 太谷县| 澄江县| 沙湾县| 梓潼县| 阳新县| 巫山县| 县级市| 水城县| 金门县| 江山市| 体育| 和田市| 闵行区| 新民市| 雅江县| 垣曲县|