资源简介
MATLAB下的四旋翼飞行器建模程序,可以用于仿真四旋翼模型
代码片段和文件信息
function y = autopilot(uuC)
%
% autopilot for quadrotor
%
% Modification History:
% 1/21/08 - RWB
% 1/31/08 - RWB
% 2/5/08 - RWB
% 2/6/08 - GTR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% get states and commands
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[t xhatcommands] = get_states_commands(uuC);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% implement autopilot modes
%---------------------------------------------------------------
% regulate altitude based on size of object in image
u_z = sat(altitude_hold(xhat.pz-commands.pz t C)2-2);
F_thrust = C.m*(C.g - u_z)/cos(xhat.phi)/cos(xhat.theta);
% rotate positions and commanded positions into body frame:
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-03-30 09:40 The Quadrotor model\
文件 10634 2015-03-13 14:44 The Quadrotor model\autopilot.m
文件 13614 2015-03-13 14:44 The Quadrotor model\kestrel.jpg
文件 3954 2015-03-13 14:44 The Quadrotor model\param_gutted.m
文件 14021 2015-03-13 14:44 The Quadrotor model\plotquadstatevariables.m
文件 19851 2015-03-13 14:44 The Quadrotor model\quadrotor.jpg
文件 7191 2015-03-13 14:44 The Quadrotor model\quadrotor_dynamics.m
文件 47189 2015-03-16 10:42 The Quadrotor model\quadrotorsim.mdl
文件 42391 2015-03-13 14:44 The Quadrotor model\quadrotorsim.mdl.r2008a
文件 2380 2015-03-13 14:44 The Quadrotor model\tv.jpg
相关资源
- imageCorrectForm 建立几何畸变模型
- Jakes
- svpwm1 矩阵变换器 矩阵变换器的仿真模
- ar ar模型的一个例子
- gaoanfis2 模糊自适应神经网络(ANFIS)
- Cellular-Neural-Network 细胞神经网络(C
-
BP_tanh_linaer BP神经网络Simuli
nk模型。 - levelsetcode_CV 在基于的图像分割方法中
-
SteppingMotor 步进电机的SIMli
nk模型 - GMM 本代码建立高斯混合模型(高斯多
- seisrectime[1] 地震模型正演程序
- LBF “Implicit Active Contours Driven by Loca
- LCV “An efficientlocalChan–Vesemodelforima
- GCBAC 基于活动轮廓模型的图割算法
- speech-emotion-recognition-system gmm模型下的
- WP_DFIG
- Wind_Turbine
- ESP_THREE_LEVEL_SVPWM 基于SVPWM的三电平逆
- EM EM算法Matlab实现。最大期望(EM)算
- PG_BOW_DEMO 图像的特征用到了Dense Sift
- Voice_Conversion_1 基于GMM模型实现语音转
- PMSM-DTC-Ccontrol 永磁同步电机直接转矩
- Itti-Matlab Itti的经典视觉显著性模型的
- tv 基于tv模型的图像修复方法
- battery-model-
- winner2 explanation of the input parameter
- Simulation-model-of-micro-grid 通过软件建立
- PMSM 在matlab中建立完整的永磁同步电机
- IMM IMM算法
- Face-RecognitionMATLAB-CODE 在YCbCr色彩空间
评论
共有 条评论