登录
首页 » matlab » deadReckonSteering

deadReckonSteering

于 2009-05-04 发布 文件大小:117KB
0 98
下载积分: 1 下载次数: 87

代码说明:

  该程序用PID系统实现差动转向车辆控制 (A framework for a differential steering vehicle controlled by a PID system tuned with a genetic algorithm. Kinematic model include: constant velocities and variable velocities model. Accurate and simplified kinematics are provided such that the designer can easily implement the kinematics control on a microcontroller. The PID controller is tuned by an offline GA to follow a straight line for a dead reckoning task.)

文件列表:

deadReckonLego
..............\AdamsbmAcc.m
..............\calculate_radius.m
..............\comparePID.m
..............\curve.m
..............\curveExample.m
..............\d2ydt2.m
..............\d2ydt2Taylor.m
..............\deadReckon1.m
..............\deadReckonAcceleration.m
..............\deadReckonAccelerationRK4.m
..............\deadReckonSimpson.m
..............\deadReckonSpace.m
..............\deadReckonTimeVelocity.m
..............\deadReckonTimeVelocity2.m
..............\deadReckonTimeVelocity3.m
..............\deadReckonTimeVelocityTaylor.m
..............\DrawRobotPosition.m
..............\DrawWheelTrace.m
..............\dxdtOde.m
..............\dydt.m
..............\dydtOde.m
..............\dydtTaylor.m
..............\errorPIDga.m
..............\errorPIDga2.m
..............\errorPIDgaNoWind.m
..............\errorPIDgaNoWind2.m
..............\errorPIDgaNoWind3.m
..............\errorPIDgaNoWind4.m
..............\errorPIDgaNoWind5.m
..............\errorPIDgaNoWind6.m
..............\errorPIDgaNoWindFFT.m
..............\errorPIDgaPointShoot2.m
..............\errorPIDgaTaylor.m
..............\errorPIDgaWind.m


..............\gaoptions.mat
..............\gaproblem.mat
..............\getSimpsonIntervalsStart.m
..............\get_simpson_intervals.m
..............\LeftWheelLoc.m
..............\MilneSimpsonAcc.m
..............\NoseLocation.m
..............\RightWheelLoc.m
..............\Rungekutta4.m
..............\simAcceleration.m
..............\simAccelerationAdam.m
..............\simAccelerationRK4.m
..............\simAccelerationSimpson.m
..............\simLego1.m
..............\simLego2.m
..............\simLego3.m
..............\simLego4.m
..............\simLego5.m
..............\simLegoPID.m
..............\simPID.m
..............\simPIDWindup.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 使用vhdl编写的一段程序。 主要功能是声音周期计算,以区别声音信号与噪音信号。...
    使用vhdl编写的一段程序。 主要功能是声音周期计算,以区别声音信号与噪音信号。-vhdl prepared by the use of a procedure. Its main function is voice cycle, in order to distinguish voice signal and the noise signal.
    2022-12-07 23:50:03下载
    积分:1
  • c#初学者必读的几篇文章,对学c#很有帮助的!
    c#初学者必读的几篇文章,对学c#很有帮助的!-c# beginners must-read articles on science c# helpful!
    2022-01-21 18:19:44下载
    积分:1
  • music
    说明:  阵列信号处理中MUSIC算法仿真程序大作业,对不同信噪比,不同快拍数的情况进行仿真(In the array signal processing, the music algorithm simulation program is a big task, which simulates the situation of different signal-to-noise ratio and different snapshot number)
    2020-05-12 15:53:04下载
    积分:1
  • control
    说明:  船舶回转实验,采用的是nomoto模型可以作为船舶运动控制的一个简单模型使用(The Nomoto model used in ship rotation experiment can be used as a simple model for ship motion control.)
    2020-12-16 15:59:12下载
    积分:1
  • 4957-germanWW2
    说明:  nif file for a unit that in civ 4 but you never gonna use
    2020-06-25 20:20:02下载
    积分:1
  • IT3100HardwareManual
    IT3100 HARDWARE MANUAL
    2010-02-13 23:18:27下载
    积分:1
  • jhdsifuyuiyer
    很好,可以帮助人们更好地学习,提供很好的学习资料,让人思考。(very good)
    2011-12-06 19:20:17下载
    积分:1
  • Lyapunov
    说明:  计算L指数的算法,是根据L指数工具箱简化的算法,我用过,结果比较准确!(The program is based on Lyapunov toolbox,and I have used it .The results show that it is a good methord!)
    2009-08-02 15:46:07下载
    积分:1
  • Evacuation-simulation
    说明:  matlab人员疏散,供大家参考使用,可以根据需要修改。(MATLAB code for evacuation. You can change it based on your needs.)
    2019-04-04 16:05:19下载
    积分:1
  • 本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们...
    本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 Read 读文件 Open 打开文件 Write 写文件 Close 关闭文件 Copy 复制文件 Delete 撤消文件 Directory 查询目录 (5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。-the purpose of this design is by designing and debugging a simple file system, main operation is simulated documents the execution of the order to simulate document management, enable students to the main document commands the substance and the implementation process of a more in-depth understanding, They grasp of the basic method. Specific requirements are as follows : (1) design a support n user file system, each user can have multiple files : (2) use of two or more than two multi-level directory management; (3) the document should be set up to deposit control and protection methods, such as "the only
    2023-04-23 12:45:04下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载