登录
首页 » matlab » OBCA-master

OBCA-master

于 2020-12-29 发布
0 235
下载积分: 1 下载次数: 8

代码说明:

说明:  可以实现车辆避碰和路径规划,文档中有效果动图。可参考(Vehicle collision avoidance and path planning can be realized, and effective motion maps can be found in the documents. May refer to)

文件列表:

OBCA-master, 0 , 2018-04-27
OBCA-master\.gitignore, 48 , 2018-04-27
OBCA-master\AutonomousParking, 0 , 2018-04-27
OBCA-master\AutonomousParking\DualMultWS.jl, 3414 , 2018-04-27
OBCA-master\AutonomousParking\ParkingConstraints.jl, 5378 , 2018-04-27
OBCA-master\AutonomousParking\ParkingDist.jl, 10584 , 2018-04-27
OBCA-master\AutonomousParking\ParkingSignedDist.jl, 10628 , 2018-04-27
OBCA-master\AutonomousParking\README.md, 1183 , 2018-04-27
OBCA-master\AutonomousParking\a_star.jl, 10071 , 2018-04-27
OBCA-master\AutonomousParking\collision_check.jl, 3654 , 2018-04-27
OBCA-master\AutonomousParking\hybrid_a_star.jl, 18336 , 2018-04-27
OBCA-master\AutonomousParking\main.jl, 8986 , 2018-04-27
OBCA-master\AutonomousParking\obstHrep.jl, 3021 , 2018-04-27
OBCA-master\AutonomousParking\plotTraj.jl, 4057 , 2018-04-27
OBCA-master\AutonomousParking\reeds_shepp.jl, 25260 , 2018-04-27
OBCA-master\AutonomousParking\setup.jl, 2102 , 2018-04-27
OBCA-master\AutonomousParking\veloSmooth.jl, 3220 , 2018-04-27
OBCA-master\LICENSE, 35147 , 2018-04-27
OBCA-master\QuadcopterNavigation, 0 , 2018-04-27
OBCA-master\QuadcopterNavigation\QuadcopterDist.jl, 10048 , 2018-04-27
OBCA-master\QuadcopterNavigation\QuadcopterSignedDist.jl, 10584 , 2018-04-27
OBCA-master\QuadcopterNavigation\README.md, 1240 , 2018-04-27
OBCA-master\QuadcopterNavigation\a_star_3D.jl, 12775 , 2018-04-27
OBCA-master\QuadcopterNavigation\constrSatisfaction.jl, 7578 , 2018-04-27
OBCA-master\QuadcopterNavigation\mainQuadcopter.jl, 4935 , 2018-04-27
OBCA-master\QuadcopterNavigation\plotTrajQuadcopter.jl, 7169 , 2018-04-27
OBCA-master\QuadcopterNavigation\setupQuadcopter.jl, 1453 , 2018-04-27
OBCA-master\README.md, 1446 , 2018-04-27
OBCA-master\images, 0 , 2018-04-27
OBCA-master\images\TrajBack_ParkingVideo.gif, 998710 , 2018-04-27
OBCA-master\images\TrajPar_ParkingVideo.gif, 987704 , 2018-04-27
OBCA-master\images\TrajQuad_3D_Video.gif, 7380830 , 2018-04-27
OBCA-master\images\TrajTrailer_ParkingVideo.gif, 1185580 , 2018-04-27

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

发表评论

0 个回复

  • exampler
    Region filling and object removal by exempler based image inpainting
    2015-03-28 03:30:15下载
    积分:1
  • RJMCMC-algorithm-in-matlab-program
    对普通 RJMCMC算法提出了改进算法,并由MATLAB实现。(Ordinary RJMCMC algorithm proposed an improved algorithm, MATLAB realization by.)
    2021-03-07 11:39:29下载
    积分:1
  • matlab--3D-reconstruction
    强大的matlab三维重建程序。对初学三维重建的人很好用。(An 3D reconstruction algorithm. You can run it. )
    2021-04-08 21:29:01下载
    积分:1
  • lfm
    次代码描述怎样实现用matlab仿真一个雷达上常用的信号——线性调频脉冲信号。(This code is to describe how to generate the use of MATLAB simulation of a radar signals commonly used-- linear frequency modulation pulse(LFM) signal.)
    2012-12-04 00:04:28下载
    积分:1
  • IRFPA_NUC
    红外成像非均匀性校正 改进的神经网络算法(Infrared imaging nonuniformity correction The improved neural network algorithm)
    2016-05-30 20:31:08下载
    积分:1
  • es_Ang_Hough
    自编的采用Hough变换的方法估计运动模糊图像的方向,含一个M文件,注释详细,希望对学习图像复原的朋友有一些帮助。(The use of self Hough transform to estimate the direction of motion blurred images, with an M file, comment in detail, hoping to restore the images to the friends learn that some help.)
    2010-07-02 20:29:46下载
    积分:1
  • signal
    多功能读入MATLAB的函数,可定义其参数(A signal object contains signal data, that is a collection of real or complex valued samples. A signal can be one or multi-dimensional. The number of dimensions is the number of axes that are needed to describe the the data.)
    2012-07-12 11:11:40下载
    积分:1
  • pedagogical_bundle
    bundle for the sift develope
    2012-07-19 20:50:20下载
    积分:1
  • lms
    最小均方算法lms在波束形成中的应用  LMS算法步骤:   1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   b(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming )
    2011-04-28 23:25:35下载
    积分:1
  • The-matlab-command
    涉及matlab使用过程中经典的命令大全,可以帮助使用者快速操作matlab。(Involved in the the MATLAB process of using classic command Guinness, can help users quickly the operation of Matlab.)
    2013-04-26 17:32:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载