三自由度matlab代码-Delta_Mechanism:三角洲机制

上传者: 38672794 | 上传时间: 2023-12-06 20:26:08 | 文件大小: 9.6MB | 文件类型: ZIP
三自由度matlab代码三角洲机制 在这个研究项目中,我们的目标是构建一个带有 Delta 平台的移动机械手,它在 XYZ 方向上有 3 个自由度。 该演示机制。 该存储库包括 Delta 平台的运动学和控制实现。 详细的理论分析包含在 . Delta MATLAB 代码 有一个自包含的 Delta 平台的 MATLAB 库。 该代码用于计算运动学并绘制给定机构参数的工作空间。 Delta C 代码 是 MATLAB 库的 C 版本。 C 库用于微控制器的实时控制。 编码器 有 C 函数来读取项目中应用的编码器。 系统中使用了两种旋转编码器。 三个12位编码器用于测量云台角度,六个23位编码器用于测量扭簧角度。 系统演示 由于我们还没有电机控制器,所以用三个直流有刷电机和四个NU32微控制器对该平台的整个控制系统进行了演示,以对该系统进行仿真。

文件下载

资源详情

[{"title":"( 80 个子文件 9.6MB ) 三自由度matlab代码-Delta_Mechanism:三角洲机制","children":[{"title":"Delta_Mechanism-master","children":[{"title":"Encoders","children":[{"title":"23-bit_Encoder","children":[{"title":"op_encoder.h <span style='color:#111;'> 319B </span>","children":null,"spread":false},{"title":"transceiver_datasheet.pdf <span style='color:#111;'> 888.64KB </span>","children":null,"spread":false},{"title":"op_encoder.c <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1008B </span>","children":null,"spread":false},{"title":"encoder_datasheet.pdf <span style='color:#111;'> 1.18MB </span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false},{"title":"23-bit_circuit_diagram.pdf <span style='color:#111;'> 351.99KB </span>","children":null,"spread":false}],"spread":true},{"title":"12-bit_Encoder","children":[{"title":"12-bit_circuit_diagram.pdf <span style='color:#111;'> 346.38KB </span>","children":null,"spread":false},{"title":"gimbal_encoder.h <span style='color:#111;'> 992B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 739B </span>","children":null,"spread":false},{"title":"encoder_datasheet.pdf <span style='color:#111;'> 112.78KB </span>","children":null,"spread":false},{"title":"gimbal_encoder.c <span style='color:#111;'> 3.54KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Delta_CAD.png <span style='color:#111;'> 93.86KB </span>","children":null,"spread":false},{"title":"Thesis.pdf <span style='color:#111;'> 6.41MB </span>","children":null,"spread":false},{"title":"System_Demo","children":[{"title":"Control_Structure.png <span style='color:#111;'> 98.57KB </span>","children":null,"spread":false},{"title":"MATLAB_Interface","children":[{"title":"client_mmc.m <span style='color:#111;'> 7.54KB </span>","children":null,"spread":false},{"title":"genRef.m <span style='color:#111;'> 3.32KB </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 325B </span>","children":null,"spread":false},{"title":"Mobile Manipulator_C_code","children":[{"title":"float_int.h <span style='color:#111;'> 204B </span>","children":null,"spread":false},{"title":"spi_master.c <span style='color:#111;'> 31.30KB </span>","children":null,"spread":false},{"title":"Calibration.h <span style='color:#111;'> 268B </span>","children":null,"spread":false},{"title":"gimbal_encoder.h <span style='color:#111;'> 993B </span>","children":null,"spread":false},{"title":"Calibration.c <span style='color:#111;'> 866B </span>","children":null,"spread":false},{"title":"Delta.h <span style='color:#111;'> 3.02KB </span>","children":null,"spread":false},{"title":"gimbal_encoder.c <span style='color:#111;'> 3.52KB </span>","children":null,"spread":false},{"title":"spi_master.h <span style='color:#111;'> 2.40KB </span>","children":null,"spread":false},{"title":"float_int.c <span style='color:#111;'> 383B </span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'> 8.75KB </span>","children":null,"spread":false},{"title":"Delta.c <span style='color:#111;'> 16.64KB </span>","children":null,"spread":false}],"spread":false},{"title":"Joint_Controller_C_code","children":[{"title":"abs_encoder.c <span style='color:#111;'> 3.07KB </span>","children":null,"spread":false},{"title":"float_int.h <span style='color:#111;'> 204B </span>","children":null,"spread":false},{"title":"encoder.c <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"SendControl.c <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"abs_encoder.h <span style='color:#111;'> 1005B </span>","children":null,"spread":false},{"title":"spi_slave.h <span style='color:#111;'> 559B </span>","children":null,"spread":false},{"title":"spi_slave.c <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"encoder.h <span style='color:#111;'> 312B </span>","children":null,"spread":false},{"title":"SendControl.h <span style='color:#111;'> 315B </span>","children":null,"spread":false},{"title":"float_int.c <span style='color:#111;'> 383B </span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'> 13.11KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"Delta_C_code","children":[{"title":"Delta_test.c <span style='color:#111;'> 2.21KB </span>","children":null,"spread":false},{"title":"Sample-run.txt <span style='color:#111;'> 480B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 485B </span>","children":null,"spread":false},{"title":"Delta.h <span style='color:#111;'> 3.10KB </span>","children":null,"spread":false},{"title":"Delta_labels.pdf <span style='color:#111;'> 364.27KB </span>","children":null,"spread":false},{"title":"Delta.c <span style='color:#111;'> 15.61KB </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"Delta_MATLAB_code","children":[{"title":"DeltaJacobian.m <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false},{"title":"DeltaForceLimit.m <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false},{"title":"DeltaFkin.m <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"MultiNewtonMethod.m <span style='color:#111;'> 331B </span>","children":null,"spread":false},{"title":"ForceSphere.m <span style='color:#111;'> 1.30KB </span>","children":null,"spread":false},{"title":"testLimit3.m <span style='color:#111;'> 5.03KB </span>","children":null,"spread":false},{"title":"DeltaVisualization.m <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"DeltaVelLimit.m <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"DeltaWS3D.m <span style='color:#111;'> 2.34KB </span>","children":null,"spread":false},{"title":"DeltaIkin.m <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false},{"title":"Delta2d.m <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"testForce.m <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"DeltaoFunction.m <span style='color:#111;'> 343B </span>","children":null,"spread":false},{"title":"DeltadFunction.m <span style='color:#111;'> 410B </span>","children":null,"spread":false},{"title":"DeltaVelocity.m <span style='color:#111;'> 1.70KB </span>","children":null,"spread":false},{"title":"Distance.m <span style='color:#111;'> 167B </span>","children":null,"spread":false},{"title":"testIKin.m <span style='color:#111;'> 590B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 331B </span>","children":null,"spread":false},{"title":"DeltaStiffnessYZ.m <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"DeltaForcePlot.m <span style='color:#111;'> 867B </span>","children":null,"spread":false},{"title":"testLimit2.m <span style='color:#111;'> 3.87KB </span>","children":null,"spread":false},{"title":"SingleLimitPlot.m <span style='color:#111;'> 3.64KB </span>","children":null,"spread":false},{"title":"testStiffness.m <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"testFkin.m <span style='color:#111;'> 571B </span>","children":null,"spread":false},{"title":"DeltaStiffnessEllipse.m <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"Delta_labels.pdf <span style='color:#111;'> 364.27KB </span>","children":null,"spread":false},{"title":"motion.m <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false},{"title":"DeltaForce.m <span style='color:#111;'> 551B </span>","children":null,"spread":false},{"title":"DeltaWS2D.m <span style='color:#111;'> 2.14KB </span>","children":null,"spread":false},{"title":"VelocitySphere.m <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"DeltaWS2D_data.m <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false},{"title":"DeltaStiffnessXYZ.m <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"testWorkspace.m <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明