CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 机器人 运动学

搜索资源列表

  1. IRPMs3T_3_static_dynamic

    0下载:
  2. 不完全约束绳牵引机器人的运动学动力学编程-kinematic and dynamic programming of the under-restrained cable-driven parallel manipulator
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2506
    • 提供者:阳光果肉
  1. matlab-jiqiren

    3下载:
  2. 针对六自由度机器人关节运动强耦合难分析的问题,开发了可视化机器人仿真平台。该平台以KLD-600型六自由度教学机器人为研究对象,利用MATLAB集成仿真环境,分别实现了机器人正逆运动学计算、机器人点动和联动操作的动画演示等功能,且所有功能以图形用户界面的形式进行调用。该仿真平台可作为机器人教学和科研的仿真工具。-Six degrees of freedom robot joint motion for strong coupling analysis of the problem difficu
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:696444
    • 提供者:fenghaixiang
  1. RobotKinematics

    1下载:
  2. 五自由度机器人手臂运动学分析,包括正解、反解的实现-Five degrees of freedom robot arm kinematic analysis, including the positive solution of the inverse solution to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:37746
    • 提供者:林威
  1. robotmokuaihua

    1下载:
  2. 模块化机器人的一种位置仿真,包括运动学正解,反解-a location of the modular robot simulation, including the direct kinematics, inverse
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:1094
    • 提供者:like
  1. robotics

    0下载:
  2. 关于机器人学习的资料,包括坐标系的建立,正向运动学,反向运动学,位置雅克比,力雅克比等-Information on robot learning, including the establishment of the coordinate system, the forward kinematics, inverse kinematics, location Jacques force Jacobian
  3. 所属分类:source in ebook

    • 发布日期:2017-05-30
    • 文件大小:12862468
    • 提供者:like
  1. Robot-forward-kinematics

    1下载:
  2. 机器人正向运动学(运动学正解) 已知所有连杆长度和关节角度,计算机器人手的位姿 机器人逆向运动学(运动学逆解) 已知机器人手的位姿和连杆长度,计算所有关节角度 -Robot forward kinematics (forward kinematics solution) known to all the connecting rod length and joint angles, the computer position and attitude of the staff o
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-12
    • 文件大小:3565568
    • 提供者:
  1. 2dof

    0下载:
  2. 主要实现两自由度机器人的位置姿态矩阵的建立以及求解雅可比矩阵,求解速度矩阵,求解加速度矩阵,求解运动学方程,求解动力学方程。-Two-DOF robot' s position and attitude matrix and solving the Jacobian matrix for solving the velocity matrix, solution acceleration matrix, solving the kinematic equations, solving th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2025
    • 提供者:李飞
  1. 7-dof

    0下载:
  2. 用C++来实现7关节机器人的运动学正反解。-the inverse kinematics solution of the 7-dof robot
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:275296
    • 提供者:jiangrukang
  1. 6joins

    0下载:
  2. 用C++来实现机器人的运动学问题,计算误差小,精度高-use visual C++ to achieve the kinematics and the inverse kinematics problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:289006
    • 提供者:jiangrukang
  1. rand

    0下载:
  2. 可以自己设定循环次数,每一次循环产生随机数,并将随机数输入机器人的运动学程序中,检查程序是否有问题,并输出正确与否-set the route number, and the code will create a rand number to check weather to program is right or not
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:307253
    • 提供者:jiangrukang
  1. uopeenglroboos

    0下载:
  2. 用opengl创建机器人手臂,并结结合正向运动学来模拟机器人手臂的运动 -To create a robot arm with opengl and knot combination of the forward kinematics to simulate the movement of the robot arm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:151099
    • 提供者:
  1. PUMA560

    3下载:
  2. puma560机器人正逆运动学,轨迹规划等功能的演示,包含详细说明-the puma560 robot forward and inverse kinematics, trajectory planning function demo, contains a detailed descr iption
  3. 所属分类:其他小程序

    • 发布日期:2013-04-02
    • 文件大小:759270
    • 提供者:oll
  1. robot_inverse

    0下载:
  2. n自由度的机器人逆运动学求解,可以手动输入n个关节的转动惯量等信息-n degrees of freedom robot inverse kinematics, n joint moment of inertia, and other information can be entered manually
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:1024
    • 提供者:中皮优
  1. robot1

    7下载:
  2. 自己写的一个机器人matlab仿真程序。程序实现了六自由度旋转关节机器人的运动学、动力学仿真和轨迹规划。机器人初始关节变量以xls文件形式导入程序中,也可在程序中拖动滑块修改。-robot simulate by matlab , kinematic & dynamics&trajectory.
  3. 所属分类:其他小程序

    • 发布日期:2013-08-09
    • 文件大小:909365
    • 提供者:伊莉莎
  1. trajectory_planning_2011_11_09

    0下载:
  2. 运用FPGA,创建NIOS2处理器,进行机器人逆运动学的轨迹规划,采用的是ALTERA 的飓风2处理器,处理速度非常快-The use of the FPGA, create NIOS2 processor, inverse kinematics, trajectory planning, the the ALTERA hurricane 2 processor, the processing speed is very fast
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:5595827
    • 提供者:沙佑平
  1. robot-9.5

    0下载:
  2. 机器人工具箱9.5版本。可自定义机器人连杆坐标系,进行正向逆向的运动学、动力学求解,并包较多的的机器人Simulink仿真模块。有PDF说明书。-Robot Toolbox 9.5 version. Self-definition of the robot link coordinate system, forward and reverse kinematics, dynamics solver, and package more of the robot the Simulink simul
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:13374654
    • 提供者:黄川
  1. trajectory-generation

    0下载:
  2. 为了在轨迹规划阶段提高月球车在三维地形中的轨迹规划精度,以被动关节式地形自适应月球车为研 究对象,融合关节机器人D-H 坐标建模方法构建月球车悬架运动学模型,结合数值求解方法,推导了任意崎岖 三维地形中月球车姿态估计模型。在模型估计基础上利用参数化控制原理,建立了满足约束条件下被动关节式 月球车在任意地形中的基于模型估计的一般性参数化轨迹生成模型。针对轮式月球车的非完整性特点,结合数 值求解方法,推导了非线性模型的求解方法。最后利用仿真方法,以八轮摇杆摇臂关节式月球车为例,验证了
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:750386
    • 提供者:cp
  1. Industrial-Robotics

    0下载:
  2. 介绍有关工业机器人建模,运动学正反解,避障的外文文献-The materia contains the model, control method, FK,IK and collision avoidance about the industial robot
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:10105847
    • 提供者:zhulei
  1. cpp-inverse-kinematics-library

    2下载:
  2. 用于六自由度机器人正逆运动学求解的算法程序,源码书写规范。对于逆运动学求解算法,采用了矩阵伪逆、最小二乘和lma三种方法实现。-Kinematics Algorithm for a six-axis robot written with C++. The algorithm is implemented with three methods: posedu inverse of matrix, least square and lma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-18
    • 文件大小:91136
    • 提供者:刘传凯
  1. fanjie

    1下载:
  2. 六自由度串联焊接专用机器人的逆运动学反解程序-Six degrees of freedom the series welding robot inverse kinematics inverse solution program
  3. 所属分类:Other windows programs

    • 发布日期:2016-10-21
    • 文件大小:1024
    • 提供者:王尼玛
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com