搜索资源列表
yuyang
- 五次B样条曲线应用于工业机器人轨迹规划,实现了角位置,速度,加速度,加加速度平滑过渡-fifth-order B-spline applied to the industrial robot
Wheeled_Mobile_Robot
- 很好的机器人轨迹跟踪程序,欢迎大家下载学习-Good path tracking program, are welcome to download study
GA
- 这个一个遗传算法的实例,可以解决机器人轨迹规划的问题-This example of a genetic algorithm, can solve the problem of robot path planning
Car-like-mobile-robot
- 本人写的利用backstepping算法设计的移动机器人轨迹跟踪控制器matlab源代码实现机器人的圆形轨迹仿真。-Car-like mobile robot system trajectory-tracking control
chap3
- 模糊控制机器人轨迹跟踪算法,很好用的,但不是我自己写的-Self-motion Generates path for seeking weld and fuzzy control simulation
基于卡尔曼滤波的机器人轨迹跟踪程序
- 基于卡尔曼滤波实现对轨迹点的跟踪和位置点的预报,以此实现轨迹跟踪。matlab
1
- 移动机器人轨迹跟踪迭代学习控制,建立动态模型,通过迭代学习跟踪轨迹(Mobile robot trajectory tracking iterative learning control, a dynamic model is established, and trajectory tracking is achieved by iterative learning)
RM
- 这是一个机器人轨迹跟踪控制的程序,应用的控制算法为滑模控制。(This is a robot trajectory tracking control program, the application of the control algorithm for sliding mode control.)
机器人轨迹规划
- 机器人轨迹规划,人工势场法实现轨迹规划,matlab程序(Robot trajectory planning, artificial potential field method for trajectory planning, matlab program)
移动机器人滑模轨迹控制
- 移动机器人的滑模轨迹跟踪控制,利用MATLAB进行仿真(Sliding mode tracking control of mobile robot.)
newpoint3
- 多机器人轨迹运行, 可以直接运行 没有任何问题(Multi robot trajectory operation)
机器人离线仿真软件
- 机器人智能仿真与轨迹规划软件,可建模和完成目标轨迹规划,输出控制指令(robot simulation,and make end lline easy.based on svg,G code,vbscr ipt program,and define some instruct such as MOVEL MOVEP MOVEC)
机器人自动建模与智能轨迹规划离线仿真软件(1)
- RobotSim采用VS2005 VC++开发,结合OPENGL实现了一款专门对应臂式机器人的轨迹规划仿真和控制软件。该软件能提供任意3到6自由度臂式机器人的三维空间自动建模功能,同时能生成机器人正运动学(正解)和机器人逆运动学(逆解)。机器人DH参数可由用户配置和修改,并可保存成对应的机器人配置文件,形成机器人类型库,方便后续再次使用。RobotSim是一款适合3到6自由度臂式机器人的建模和轨迹仿真及控制的学习软件。(robot sim is a software base on vc++ d
超级轨迹赛例子程序
- 中鸣机器人中小学生大赛,超级轨迹赛例子程序。(Super trajectory subroutine)
五自由度串联机器人的动态仿真分析
- 应用D-H法对五自由度机器人进行运动学建模,建立末端位置与各关节转角之间的关系,并在MATLAB/Simulink中建立正运动学模型。将ADAMS运动仿真中各关节的运动函数导出作为Simulink模型的输入,得到末端在x、y方向上的位移曲线,并进行了合成,得出手爪的直线运动轨迹,与ADAMS的运动学仿真分析的结果进行了对比分析。(The D-H method is used to model the kinematics of five degrees of freedom robot, and
Dy_ Win_ Approcach
- 动态窗口法(Dynamic window approach)是路径规划方法很重要的一种算法,主要是在速度空间中采样多组速度,并模拟机器人在这些速度下一定时间内的轨迹,在得到多组轨迹后,对这些轨迹进行评价,选出最优轨迹对应的速度来驱动机器人。(Dynamic window approach is an important algorithm for path planning. It mainly sampled multiple groups of velocities in the veloc
A 算法的机器人路径规划代码
- 可以用于移动机器人的轨迹规划研究,仿真,这是MATLAB代码(It can be used for trajectory planning of mobile robot)
机器人轨迹规划
- 圆弧插值和直线插值画图,需要安装机器人工具箱v9.10(robot_trajectory_simulation)
移动机器人曲线规划
- 包含n个控制点(含起点和终点)B样条曲线的移动机器人轨迹规划程序,所生成的轨迹必须严格经过起点、第三个控制点和终点(可调)(A trajectory planning program for mobile robot with n control points (including start and end points) and B-spline curves. The generated trajectory must strictly pass through the start poi
机器人轨迹3次B样条曲线代码
- 机器人轨迹3次B样条曲线代码 包括速度 加速度 绘图