当前位置:网站首页>[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 :


边栏推荐
- 01-SDRAM:初始化模块的代码
- Look at robot education and lead the mainstream of quality education
- Interpreting AI robots' pet raising and leading fashion trends
- 第2章 VRP命令行
- Tp5.0 applet users do not need to log in and directly obtain the user's mobile number.
- 2. Nodejs -- path (\dirname, \filname), URL URL, querystring module, mime module, various paths (relative paths), web page loading (interview questions *)
- Apache文件管理自学笔记——映射文件夹和基于单ip多域名配置apache虚拟机
- Analysis of OWT server source code (III) -- video module analysis of mixer in
- Double for loop
- MySQL - the difference between count (field), count (primary key), count (1), count (*)
猜你喜欢
随机推荐
MYSQL入门与进阶(十三)
cuda-gdb提示:/tmp/tmpxft_***.cudafe1.stub.c: No such file or directory.
CentOS install mysql8
shell脚本总结
MySQL 操作数据库数据报错:Fatal error encountered during command execution
Navicat new database
《QA离业务代码能有多近?》QA对业务代码进行可测性改造
12_ue4进阶_换一个更好看的人物模型
C语言小项目 -- 通讯录(静态版+动态版+文件版)
Summary of common hooks
Weekly recommended short videos: how to make product development more effective?
.NET 序列化枚举为字符串
kubernetes-1.24.x 特性
MYSQL入门与进阶(十四)
centos安装mysql8
Typescript学习(一)
2. Nodejs -- path (\dirname, \filname), URL URL, querystring module, mime module, various paths (relative paths), web page loading (interview questions *)
C陷阱与缺陷 第3章 语义“陷阱” 3.1 指针与数组
MySQL忘记密码怎么办
C traps and defects Chapter 3 semantic "traps" 3.4 avoid "couple method"
![[opencv] use OpenCV to call mobile camera](/img/66/6207bafbc9696e43da7a60a386a238.jpg)








