UAV-Motion-Planner-Ensemble

所属分类:matlab编程
开发工具:matlab
文件大小:208KB
下载次数:51
上传日期:2017-08-29 10:27:26
上 传 者7kSu
说明:  MATLAB中无人机同步规划定位与制图的仿真
(Simultaneous Planning Localization And Mapping For Unmanned Aerial Vehicles)

文件列表:
MyHeap.h (13658, 2016-01-11)
aStar.m (3277, 2016-01-11)
anneal.m (7948, 2016-01-11)
calccost.m (1502, 2016-01-11)
drawCircle.m (190, 2016-01-11)
grad2.m (207, 2016-01-11)
graddesc.m (910, 2016-01-11)
localplan.m (208, 2016-01-11)
makeNoiseFilter.m (864, 2016-01-11)
noiseFilter.m (1179, 2016-01-11)
noiseFilterDist.m (1263, 2016-01-11)
obstacle2.mat (522, 2016-01-11)
obstacles.mat (352, 2016-01-11)
plotlocal.m (2997, 2016-01-11)
plotlocal3d.m (2998, 2016-01-11)
pq_create.cpp (1800, 2016-01-11)
pq_create.m (1270, 2016-01-11)
pq_create.mexglx (7837, 2016-01-11)
pq_create.mexw64 (10752, 2016-01-11)
pq_delete.cpp (1835, 2016-01-11)
pq_delete.m (570, 2016-01-11)
pq_delete.mexglx (7317, 2016-01-11)
pq_delete.mexw64 (7680, 2016-01-11)
pq_demo.m (1024, 2016-01-11)
pq_pop.cpp (2073, 2016-01-11)
pq_pop.m (725, 2016-01-11)
pq_pop.mexglx (12878, 2016-01-11)
pq_pop.mexw64 (13824, 2016-01-11)
pq_push.cpp (3095, 2016-01-11)
pq_push.m (902, 2016-01-11)
pq_push.mexglx (13693, 2016-01-11)
pq_push.mexw64 (16384, 2016-01-11)
pq_size.cpp (1885, 2016-01-11)
pq_size.m (858, 2016-01-11)
pq_size.mexglx (7318, 2016-01-11)
pq_size.mexw64 (7680, 2016-01-11)
pq_top.cpp (2071, 2016-01-11)
... ...

[Simultaneous Planning Localization And Mapping For Unmanned Aerial Vehicles](http://rip11.wikidot.com/simultaneous-planning-localization-and-mapping-for-unmanned) --- Authors: Bill, Kyel, Sam, Will. [Final Class Report](http://cloud.github.com/downloads/Elucidation/UAV-Motion-Planner-Ensemble/GT_RIP_F2011_UAV.pdf) Published in ICRA: Kyel Ok, Sameer Ansari, William Gallagher, William Sica, Frank Dellaert, Mike Stilman, ["Path Planning with Uncertainty: Voronoi Uncertainty Fields." IEEE International Conference on Robotics and Automation 2013.](http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6631230) This project is a MATLAB Simulator for UAV navigation with vision uncertainty using [SLAM](http://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping). The goal is to implement this on a raptor quadcopter Spring 2012, with the intent to use in search and rescue operations in forested environments. [More Images & Videos](http://elucidation.github.com/UAV-Motion-Planner-Ensemble/) ![Final simulation Traveled Path](http://i.imgur.com/ASoql.png) The build progress is documented on the [class wiki](http://rip11.wikidot.com/simultaneous-planning-localization-and-mapping-for-unmanned). --- The goal of the project is to implement a planning technique into the SLAM framework, using a local planner to direct the path towards the global exploration goal. This work is motivated to improve SLAM performance in uncertain or rapidly changing environments, such as search and rescue missions in a forest using a UAV. This simulator is written as part of a research assignment for the GeorgiaTech course [Robotics Intelligence & Planning](http://rip11.wikidot.com) (Fall 2011). The simulator is written as a script with user defined variables, accessible through `simulator_main.m` Global Planner --- A Global planner is implemented using a Voronoi diagram with DFS or A* search through nodes to the global goal. This is updated each turn based on uncertainty and UAV/robot position Local Planner --- A local planner implemented using potential field with gradient descent. Only visible (within a range of UAV) obstacles are considered. This is updated each turn based on uncertainty and UAV/robot position

近期下载者

相关文件


收藏者