当前位置:网站首页>[robot learning] matlab kinematics and ADMAS dynamics analysis of manipulator gripper
[robot learning] matlab kinematics and ADMAS dynamics analysis of manipulator gripper
2022-07-29 03:04:00 【CAE workers】
3D model required 、admas Source file 、matlab Code, etc. can be paid to contact bloggers , Or buckle 2386317960

clear
clc
close all
%%
% Model parameters
L1=73;
L2=17;
L3=60;
%L4=43;
%L5=42;
L6=20;
L7=50;
L8=13;
L9=39;
% See the picture for the specific location
%%
% Kinematic analysis of mechanism
% The starting position
x=0:1:70-43;
y=zeros(1,28);
figure(1)
plot(x,y)
x1=x-L1;y1=ones(1,length(x))*L2;% Location 1
A little


Mechanical gripper matlab Program sports video


Mechanical gripper adam Dynamic motion video
Simulation settings Drive component speed setting
The trajectory of the four key points is consistent with the kinematic analysis , It can be judged that the simulation joint is set correctly .
Get the driving rod to move with uniform speed , The required force is shown in the figure below :


边栏推荐
- Apache文件管理自学笔记——映射文件夹和基于单ip多域名配置apache虚拟机
- PHP process communication series (I) named pipes
- 增量实时灾备笔记
- C traps and defects Chapter 3 semantic "traps" 3.2 pointers to non arrays
- C language small project - address book (static version + dynamic version + file version)
- codeforces每日5题(均1500)-第二十五天
- 数据截断及估计
- C陷阱与缺陷 第3章 语义“陷阱” 3.6 边界计算与不对称边界
- 万字详解 Google Play 上架应用标准包格式 AAB
- MYSQL入门与进阶(十一)
猜你喜欢
随机推荐
【npm错误】- npm ERR code ERESOLVE 和 npm ERR ERESOLVE could not resolve 问题
MySQL large table joint query optimization, large transaction optimization, avoiding transaction timeout, lock wait timeout and lock table
OWT server source code analysis (4) -- video module analysis of mixer out
增量实时灾备笔记
Thirty years of MPEG audio coding
OSPF experiment
mycat读写分离配置
三子棋(玩家+电脑)
【机器人学习】机械臂抓手matlab运动学与admas动力学分析
PHP process communication series (I) named pipes
带你来浅聊一下,单商户功能模块汇总
The origin of Nacos' name
解析Steam教育中的项目式学习创造力
cuda-gdb提示:/tmp/tmpxft_***.cudafe1.stub.c: No such file or directory.
C traps and defects Chapter 3 semantic "traps" 3.4 avoid "couple method"
Verilog's time system tasks - $time, $stime, $realtime
C language small project - address book (static version + dynamic version + file version)
RestfulAPI——C#——增加header用户名密码验证
groupby 方法
融云 IM & RTC 能力上新盘点









