CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - robot

搜索资源列表

  1. dynami

    0下载:
  2. 机器人动力学源码,可以根据机器人当前状态精神其加速度-robot dynamics source, according to the current state of the spirit robot acceleration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1246
    • 提供者:zy
  1. swer

    1下载:
  2. 旋量计算的类,用于进行各种旋量计算,主要用于机器人运动学-spin calculation of categories for the various spin calculation, mainly for the robot kinematics
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3499
    • 提供者:zy
  1. MySDO

    0下载:
  2. 机器人运动学动力学及控制的一个小程序,供有兴趣的人参考-robot kinematics and dynamics and control of a small program for those who are interested in information
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1533614
    • 提供者:zy
  1. Particle_Filter

    0下载:
  2. 粒子滤波程序,仿真实现自由度机器人对目标的跟踪,使用kalman滤波估计总雅可比矩阵J,噪声为非高斯噪声-Particle filter procedure, simulation robot tracking of targets, the use of kalman filter estimated total Jacobian matrix J, the noise of non-Gaussian noise
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:6710
    • 提供者:testit123
  1. ekfslam_v2.0

    0下载:
  2. 使用Extended Kalman Filter进行SLAM的新版本代码,主要用于机器人定位和地图自动绘制。-The New Version of SLAM code using Extended Kalman Filter, used in the field of robot localization and map building
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:26162
    • 提供者:张留
  1. ukfslam

    1下载:
  2. 使用Unscented Kalman Filter进行SLAM,主要用于机器人定位和地图自动绘制,UKF的效果要优于EKF,当然计算量也大些。-The Matlab code for SLAM using Unscented Kalman Filter, mainly used for robot localization and map building
  3. 所属分类:Algorithm

    • 发布日期:2015-12-03
    • 文件大小:11037
    • 提供者:张留
  1. Robotpathplanning

    0下载:
  2. 机器人路径规划;师兄做的一个程序,拿过来给大家分享;希望对大家有帮助;-Robot path planning 师兄to do a procedure, get back to everyone to share want to have to help everyone
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1608
    • 提供者:buckly
  1. Odometrie

    0下载:
  2. code to calculate a position of a robot using two laser mouse point on the ground.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:12849
    • 提供者:misteroups
  1. code

    0下载:
  2. this mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc-this is mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3621
    • 提供者:sroentoel
  1. cinematicmodel5gdlrobot

    0下载:
  2. cinematic model of a robot with five degree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3184
    • 提供者:MEMO
  1. puma560ni

    0下载:
  2. 反观变换法基于DSP6711机器人逆运动算法及实现-robot inverse kinematics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3390
    • 提供者:兰柳雪
  1. chenlieguan

    2下载:
  2.  世界名画陈列馆由nm × 个排列成矩形阵列的陈列室组成。为了防止名画被盗, 需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4 个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最少。 算法设计: 设计一个优先队列式分支限界法,计算警卫机器人的最佳哨位安排,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:885462
    • 提供者:wakaka
  1. Kinematics

    1下载:
  2. 机器人的逆运动学求解。程序是写在linux下。需要写机器人运动的同仁可以参考。-Robot inverse kinematics solution. Under the program is written in linux. Colleagues need to write a robot can refer to.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:68101
    • 提供者:贾子枫
  1. robot

    0下载:
  2. 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1812
    • 提供者:biaoshi
  1. robot

    0下载:
  2. 基于人工势场法的机器人轨迹规划算法研究,适合于智能小车,避障机器人等行动轨迹的规划。关键词:人工势场,超声波,路径规划,视场测搜法-Keywords: artificial potential field, ultrasound, and path planning for the smart car, obstacle avoidance robot based on artificial potential field method of robot path planning algori
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:444807
    • 提供者:张语晨
  1. tom-thumb-robot

    0下载:
  2. For a mobile robot to be truly autonomous, it must solve the simultaneous localization and mapping (SLAM) problem. We develop a new metaheuristic algorithm called Simulated Tom Thumb (STT), based on the detailed adventure of the clever Tom Thumb and
  3. 所属分类:Algorithm

  1. ROBOT-CONTROL

    0下载:
  2. ROBOT HAND CONTROLLER IN FUZZY LOGIC
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:30630
    • 提供者:lorenzo99
  1. delta-robot

    3下载:
  2. delta机器人正逆解算法,可以用于机器人控制算法-Inverse solution algorithm for delta robot
  3. 所属分类:Algorithm

    • 发布日期:2015-10-31
    • 文件大小:1024
    • 提供者:陈罗庚
  1. Parallel-robot

    0下载:
  2. 并联机器人机构学理论及控制 PDF 黄真 -Parallel robot mechanism and control theory
  3. 所属分类:Algorithm

    • 发布日期:2017-02-21
    • 文件大小:6091776
    • 提供者:马扩
  1. Simulation-of-flexible-robot-arm

    6下载:
  2. 使用最小二乘法对模型阶数和时滞未知的一种柔性机器人手臂进行辨识与建模。-Identification and modeling of a flexible robot arm with the least square method for model order and time delay.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:179561
    • 提供者:晋丽榕
« 12 3 »
搜珍网 www.dssz.com