搜索资源列表
chenlieguan
- 世界名画陈列馆由nm × 个排列成矩形阵列的陈列室组成。为了防止名画被盗, 需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4 个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最少。 算法设计: 设计一个优先队列式分支限界法,计算警卫机器人的最佳哨位安排,使得名画陈列馆中每一个陈列室都在警卫机器人的监视之下,且所用的警卫机器人数最
robot
- 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
robot
- 基于人工势场法的机器人轨迹规划算法研究,适合于智能小车,避障机器人等行动轨迹的规划。关键词:人工势场,超声波,路径规划,视场测搜法-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
The-principle-of-Calman-filter
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an " optimal recursive data processing a
csm
- 基于PLICP算法实现代码,PLICP是机器人激光扫描数据匹配算法。PLICP算法是ICP算法分支的一个比较高效的算法,当扫描数据中存在不规则图型时,他的鲁棒性和准确性就凸显出来,相对于IDE和COX等ICP分支算法来说。-Based PLICP algorithm code, PLICP robot laser scanning data matching algorithm. PLICP algorithm is a more efficient algorithm ICP algorith
tom-thumb-robot
- 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
CFOP
- 魔方算法程序,可用于机器人还原魔方,魔方算法是CFOP-Cube algorithm program for the robot to restore the cube, the algorithm described is CFOP
ik
- 机器人正逆解程序,可以分析机器人理论算法-robot forward and inverse solution algorithm
delta-robot
- delta机器人正逆解算法,可以用于机器人控制算法-Inverse solution algorithm for delta robot
mapmerge
- map building and multi robot map merging algorithm and implementation
gemdhrogrammingcode
- 机器人路径规划中的蚁群算法小程序自己编程的 不错的源码-Robot path planning in the ant colony algorithm is a small program good programming source code
pumakins
- 本程序为最经典的puma六轴机器人运动学算法的C代码(This program is the most classic puma six axis robot kinematics algorithm C code)