电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

matlab机器人工具箱matlabrobotics_toolbox_demoVIP免费

matlab机器人工具箱matlabrobotics_toolbox_demo_第1页
1/55
matlab机器人工具箱matlabrobotics_toolbox_demo_第2页
2/55
matlab机器人工具箱matlabrobotics_toolbox_demo_第3页
3/55
MATLAB ROBOTTOOL rtdemo 演示 目录 一、rtdemo 机器人工具箱演示 .............................................. 2 二、transfermations 坐标转换 ................................................. 2 三、Trajectory齐次方程 .......................................................... 8 四、forward kinematics 运动学正解..................................... 12 四、Animation 动画 .............................................................. 18 五、Inverse Kinematics 运动学逆解 ...................................... 23 六、 Jacobians 雅可比---矩阵与速度 ................................... 32 七、Inverse Dynamics 逆向动力学 ........................................ 45 八、Forward Dynamics 正向动力学 ....................................... 52 一、rtdemo 机器人工具箱演示 >> rtdemo % 二、transfermations 坐标转换 % In the field of robotics there are many possible ways of representing % positions and orientations, but the homogeneous transformation is well % matched to MATLABs powerful tools for matrix manipulation. % % Homogeneous transformations describe the relationships between Cartesian % coordinate frames in terms of translation and orientation. % A pure translation of 0.5m in the X direction is represented by transl(0.5, 0.0, 0.0) ans = 1.0000 0 0 0.5000 0 1.0000 0 0 0 0 1.0000 0 0 0 0 1.0000 % % a rotation of 90degrees about the Y axis by roty(pi/2) ans = 0.0000 0 1.0000 0 0 1.0000 0 0 -1.0000 0 0.0000 0 0 0 0 1.0000 % % and a rotation of -90degrees about the Z axis by rotz(-pi/2) ans = 0.0000 1.0000 0 0 -1.0000 0.0000 0 0 0 0 1.0000 0 0 0 0 1.0000 % % these may be concatenated by multiplication t = transl(0.5, 0.0, 0.0) * roty(pi/2) * rotz(-pi/2) t = 0.0000 0.0000 1.0000 0.5000 -1.0000 0.0000 0 0 -0.0000 -1.0000 0.0000 0 0 0 0 1.0000 % % If this...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

matlab机器人工具箱matlabrobotics_toolbox_demo

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部