资源简介
千辛万苦找到的matlab机器人工具箱8.0版本,可以完美运行旧论文上的机器人连杆建模程序。可以节约轨迹规划时的大量时间。
代码片段和文件信息
%ACCEL Compute manipulator forward dynamics
%
% QDD = ACCEL(ROBOT Q QD TORQUE)
% QDD = ACCEL(ROBOT [Q QD TORQUE])
%
% Returns a vector of joint accelerations that result from applying the
% actuator TORQUE to the manipulator ROBOT in state Q and QD.
%
% Uses the method 1 of Walker and Orin to compute the forward dynamics.
% This form is useful for simulation of manipulator dynamics in
% conjunction with a numerical integration function.
%
% See also: RNE ROBOT ODE45.
% MOD HISTORY
% 4/99 add object support
% 1/02 copy rne code from inertia.m to here for speed
% $Log: not supported by cvs2svn $
% $Revision: 1.3 $
% Copyright (C) 1999-2008 by Peter I. Corke
%
% This file is part of The Robotics Toolbox for Matlab (RTB).
%
% RTB is free software: you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation either version 3 of the License or
% (at your option) any later version.
%
% RTB is distributed in the hope that it will be useful
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU Lesser General Public License for more details.
%
% You should have received a copy of the GNU Leser General Public License
% along with RTB. If not see .
function qdd = accel(robot Q qd torque)
n = robot.n;
if nargin == 2
q = Q(1:n);
qd = Q(n+1:2*n);
torque = Q(2*n+1:3*n);
else
q = Q;
if length(q) == robot.n
q = q(:);
qd = qd(:);
end
end
% compute current manipulator inertia
% torques resulting from unit acceleration of each joint with
% no gravity.
M = rne(robot ones(n1)*q‘ zeros(nn) eye(n) [0;0;0]);
% compute gravity and coriolis torque
% torques resulting from zero acceleration at given velocity &
% with gravity acting.
tau = rne(robot q‘ qd‘ zeros(1n));
qdd = inv(M) * (torque(:) - tau‘);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1004 2009-02-15 16:07 robot\@li
文件 1851 2009-02-15 16:07 robot\@li
文件 1137 2009-02-15 16:07 robot\@li
文件 4448 2009-02-15 16:07 robot\@li
文件 1093 2009-02-15 16:07 robot\@li
文件 1335 2009-02-15 16:07 robot\@li
文件 2399 2009-02-15 16:07 robot\@li
文件 5210 2009-02-15 16:07 robot\@li
文件 912 2009-02-15 16:07 robot\@quaternion\char.m
文件 901 2009-02-15 16:07 robot\@quaternion\display.m
文件 841 2009-02-15 16:07 robot\@quaternion\double.m
文件 892 2009-02-15 16:07 robot\@quaternion\inv.m
文件 982 2009-02-15 16:07 robot\@quaternion\minus.m
文件 1168 2009-02-15 16:07 robot\@quaternion\mpower.m
文件 1147 2009-02-15 16:07 robot\@quaternion\mrdivide.m
文件 2199 2009-02-15 16:07 robot\@quaternion\mtimes.m
文件 910 2009-02-15 16:07 robot\@quaternion\norm.m
文件 1913 2009-02-15 16:07 robot\@quaternion\plot.m
文件 973 2009-02-15 16:07 robot\@quaternion\plus.m
文件 1713 2009-02-15 16:07 robot\@quaternion\qinterp.m
文件 4150 2009-02-15 16:07 robot\@quaternion\quaternion.m
文件 1923 2009-02-15 16:07 robot\@quaternion\subsref.m
文件 859 2009-02-15 16:07 robot\@quaternion\unit.m
文件 1461 2009-02-15 16:07 robot\@robot\char.m
文件 875 2009-02-15 16:07 robot\@robot\display.m
文件 1078 2009-02-15 16:07 robot\@robot\friction.m
文件 1140 2009-02-15 16:07 robot\@robot\mtimes.m
文件 1424 2009-02-15 16:07 robot\@robot\nofriction.m
文件 1517 2009-02-15 16:07 robot\@robot\perturb.m
文件 13035 2009-02-15 16:07 robot\@robot\plot.m
............此处省略314个文件信息
- 上一篇:MATLAB R2014a完全自学一本通 源码
- 下一篇:计量经济学与matlab
相关资源
- 计量经济学与matlab
- MATLAB R2014a完全自学一本通 源码
- 基于bp的英文字符识别
- 模糊控制及其MATLAB应用
- hsv空间双边滤波去雾MATLAB代码
- 手写体识别——MATLAB代码
- 《MATLAB 神经网络30个案例分析》源程
- 基于MATLAB的语音识别GMM
- 车牌识别程序
-
Simuli
nk快速入门教程 - matlab求解最优化线性规划问题代码以
- 基于遗传算法的小波神经网络在股票
- 基于matlab的信号系统实验平台设计论
- 王立新Matlab模糊系统与模糊控制教程
- 数字信号处理实验指导书MAtlab版-数字
-
基于SIMUli
nk的汽车发动机怠速模糊神 - Matlab指纹识别教程-整套指纹识别的学
-
simuli
nk结构框图变成600dpi分辨率ti -
matlab心电信号分析与simuli
nk仿真成果 - 薛定宇老师的书的答案哟-薛定宇3.r
-
simuli
nk控制系统的设计方法-ch05a.p - Matlab关于蒙特卡洛仿真资料讲义和程
- Matlab辅助激光光学分析与应用-Matlab辅
- Matlab在图像处理与目标识别方面的应
- 基于蚁群算法和神经网络匹配算法的
- 基于MATLAB的通信系统仿真研究-基于
- 结构分析的有限元法与MATLAB程序设计
- matlabreadgrib用matlab读grib数据grib数据是
- 精通MATLAB最优化计算全书配套算法M文
- MATLAB人类行走仿真-human.zip
评论
共有 条评论