资源简介
二关节机械臂计算力矩控制simulink程序
可直接运行
欢迎大家下载
谢谢啦
(话说在哪里看怎么设置积分呀)
可直接运行
欢迎大家下载
谢谢啦
(话说在哪里看怎么设置积分呀)
代码片段和文件信息
clear all;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Model of three-link robot (“Inverse Control of a two-link manipulator“ 2001)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
l = [0.20.3]; %length of link i (each colum corresponds to one robot)
lc = [0.10.15]; %distances from previous joint to CM of link i (each colum corresponds to one robot)
m = [11.5]; %mass of inertia of link i
I = [0.0130.045]; %moment of inertia of link i
%constant part of parameters
Theta1 = m(1)*lc(1)^2+m(2)*(l(1)^2+lc(2)^2)+I(1)+I(2); % ;
Theta2 = m(2)*l(1)*lc(2); % ;
Theta3 = m(2)*lc(2)^2+I(2); % ;
Theta4 = m(1)*lc(1)+m(2)*l(1);
Theta5 = m(2)*l(2);
Theta = [Theta1; Theta2; Theta3; Theta4; Theta5];
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%paremeters of the graph with 4 leaders and 6 followers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%control paremeter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
k_p=3;
k_v=2;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%initial data of six two-link robots
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%qd=[0.3;0.1]; %%the reference position
%vd0=[0.1;0.1]*0; %%initial value of the velocity estimtor
q0=[0;0]; %intitial positions of the followers
% for i=1:6
% dq0(:i) = [0.2*i-0.5; -0.1*i+0.5]; %intitial velocities of the followers
% end
dq0=[0 ; 0];
%s0=zeros(36);
%zd=0;
g0=9.8; %%g is the gravitational acceleration
相关资源
- 3-PRS并联机器人工作空间分析
- 清洁机器人路径规划matlab仿真程序
- Matlab delta机器人的空间仿真程式
- rbf神经网络求解机器人的运动学逆解
- 基于遗传算法的机器人路径规划matl
- 单机器人的多任务路径规划GUI
- UR5机械臂MATLAB下轨迹规划
- 机械臂SEA柔顺控制matlab仿真
- 6自由度机器人正逆运动学matlab
- 机器人焊接轨迹规划matlab仿真程序
- matlab 机器人避障程序
- matlab开发-基于遗传算法的机器人运动
- 机器人 matlab 程序
- matlab机器人工具箱使用手册.pdf
- Robotics Modelling Planning and Control
- 空间二连杆机器人的动力学建模及其
-
SIMUli
nk机械臂仿真 - 基于智能优化的机器人路径规划matl
-
机器人避障含simuli
nk仿真 - 自主移动机器人路径规划新方法含m
- 二自由度并联机器人的动力学建模与
- 六自由度涂胶机器人运动学仿真
- 机器人学导论课后习题MATLAB
- 多机器人路径规划-matlab
- 机器人学导论 课后习题参考
- 空间三自由度机械臂MATLAB仿真模型
- 多机器人路径及避障规划——Matlab
- 基于蒙特卡洛法的模块化机器人工作
- 基于matlab的机器人最优路径规划仿真
- 六轴机器人逆运动的MATLAB程序
评论
共有 条评论