登录
首页 » matlab » OBCA-master

OBCA-master

于 2020-12-29 发布
0 135
下载积分: 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 个回复

  • ofdm仿真-ofdmmatlab5
    matlab ofdm simulation
    2005-03-17 19:17:03下载
    积分:1
  • xibiechaxun
    可以实现一些学校的学生查询系别,通过其学号查询,对做系别查询系统的同学有帮助!(Some schools inquiries Department, through academic inquiry, the Department do not query students!)
    2012-05-07 13:06:16下载
    积分:1
  • css
    基于CSS的边缘检测算法,matlab平台运行通过,希望对初学者有用(CSS-based edge detection algorithm, matlab platform to run through, I hope be useful for beginners)
    2011-06-14 21:33:34下载
    积分:1
  • full_car_model
    full car suspension system model
    2012-07-06 22:58:43下载
    积分:1
  • multi-uav-planning-master
    multi uav path planning for 2D
    2017-10-06 17:41:40下载
    积分:1
  • MS_SFUN_Qconvert
    cdma2000 matlab simulink MS_SFUN_Qconvert.m(cdma2000)
    2010-06-07 23:06:52下载
    积分:1
  • hundun
    本代码演示了将一个由非线性映射所产生的混沌序列作为载波,将待发送的有用信号(数字信号)作为调制信号,对非线性映射的某一参数在其混沌区域内进行调制的过程。另外,还有logistic相关代码(This code demonstrates a chaotic sequence generated by the nonlinear mapping as a carrier, will be sent a useful signal (digital signal) as the modulation signal, a nonlinear mapping parameters in the chaotic region is modulatedprocess.In addition, there are logistic related code)
    2012-05-12 11:16:09下载
    积分:1
  • matlab0program
    基于matlab仿真的一段程序 是刚开始学习控制类课程的好材料 可以好好地参考一下哦(Matlab simulation of a program is just beginning to learn to control courses materials can have a good reference )
    2012-05-13 15:52:27下载
    积分:1
  • fhrmck
    This function uses eigenfunction analysis to solve the matrix differential equation m*y (t)+c*y (t)+k*y(t)=f1*cos(w*t)+f2*sin(w*t) with initial conditions of y(0)=y0, y (0)=v0
    2012-08-19 20:59:21下载
    积分:1
  • sift
    David G.Lowe的SIFT算子在Matlab环境下的实现,尺度不变的特征提取,并对两幅图片的特征点进行匹配,运行前要把siftWin32文件放在Matlab的win目录下,具体请参照README。默认为输入为灰度图像,要处理彩色图片请先转灰度rgb2gray() (The realization of SIFT operator David G.Lowe in the Matlab environment, the scale invariant feature extraction, matching and pictures of the two feature points, the siftWin32 file in the Matlab win directory to run before, please refer to the specific README. The default is the input for the gray image to color image processing, please turn gray by rgb2gray ())
    2015-01-09 11:39:12下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载