1 Star 0 Fork 1

Qiu555 / rrt_dynamic

forked from nealliu / rrt_dynamic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

RRT Smart Algorithm for a finite volume robot:

This is an RRT implementation for a finite volume robot with kinodynamic constraints.

Rapidly-Exploring Random Tree

Author: Chahat Deep Singh

April 25 2017

University of Maryland College Park


Instructions:

  • Run the file RunMe.m in Matlab (R2009b+)

  • Make sure the files: (a). CollisionFree (b). H5_robot.txt (c). Near (d). Nearest (e). ObstacleFree (f). RRTs (g). Steer (h). Steer2 (i). circle (j). circleExtrude (k) confun (l) mat_file_cal (Not required by RunMe; Needed for CSV file generation) (m) plotObstacle (n) plotObstacleExtrude (o) robot are in the same folder.

  • mat_file_cal creates CSV files which contains the time, position (x,y), theta, velocity, omega, acceleration and gamma (steer acc) in the respective order.

Input Arguments:

  • xdim, ydim : Size of the grid
  • Start Node: start_node [x y]
  • Target: goal [x y]
  • radius: Radius of the End Goal region
  • r: radius of the obstacles
  • Epsilon: Minimum Step size for the RRT
  • Change the input data here

Sample Outputs

Sample CSV Files

Requirements

  • Matlab R2009b or later.

Notes

  • Tested on MATLAB R2016b, Arch Linux 2017.03.01, Kernel: 4.9.11

空文件

简介

This is an RRT demonstartion for a finite volume robot with kinodynamic constraints. 展开 收起
Matlab
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Matlab
1
https://gitee.com/qiu555/rrt_dynamic.git
git@gitee.com:qiu555/rrt_dynamic.git
qiu555
rrt_dynamic
rrt_dynamic
master

搜索帮助