搜索资源列表
trajectorytrack
- 本人写的利用backstepping算法设计的移动机器人轨迹跟踪控制器matlab源代码,包里面有四种轨迹,分别是直线、圆、椭圆和不规则轨迹,希望能够对研究此方向的朋友有所帮助。
animrobot1jnt.rar
- matlab用于机器人控制仿真中,模拟机械臂的欲动轨迹绘图程序,matlab simulation for robot control, simulation manipulator trajectory For drawing program dynamic
yuyang
- 五次B样条曲线应用于工业机器人轨迹规划,实现了角位置,速度,加速度,加加速度平滑过渡-fifth-order B-spline applied to the industrial robot
Wheeled_Mobile_Robot
- 很好的机器人轨迹跟踪程序,欢迎大家下载学习-Good path tracking program, are welcome to download study
KF_Plot_Result
- 机器人运行轨迹描绘程序1,利用雅可比矩阵估计进行动态分析-Robot trajectory depicts the procedure to run 1, using the estimated Jacobian matrix for dynamic analysis
motion Ctrl
- 利用李亚普诺夫直接法和PID算法,分别仿真对差动驱动轮式机器人的控制,使其行走直线或者圆轨迹程序-Using Lyapunov direct method, the control differential drive wheeled mobile robot is walking a straight line or circle track program
2Drobot
- 二维机器人上楼梯运动的步态规划,以及稳定性分析,各关节的运动轨迹都可以直观的表现出来.-Two-dimensional robot gait staircase movement planning, as well as the stability analysis, the joint trajectory can be manifested intuitive.
GA
- 这个一个遗传算法的实例,可以解决机器人轨迹规划的问题-This example of a genetic algorithm, can solve the problem of robot path planning
152190-robotarm
- 机器人运动和行走仿真,实现既定的运动轨迹-Robot simulation
Introduction-to-Robotics
- 本书全面、简明地介绍了机器人学,包括机器人运动学分析、微分运动、机器人动力学和轨迹规划等。还有一些子系统如驱动器、传感器、视觉系统以及模糊逻辑等。-Book comprehensive and concise introduction to robotics, including robot kinematics analysis, differential motion, robot dynamics and trajectory planning. There are a number of
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
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)
五自由度串联机器人的动态仿真分析
- 应用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)
机器人轨迹3次B样条曲线代码
- 机器人轨迹3次B样条曲线代码 包括速度 加速度 绘图