# 3D-grid-path-planning
Some Matlab tools for path planning on a 3D grid map, including 3D A star, 3D Theta star and 3D Lazy Theta star
- Main_3D.m: main file for defining the map and the path properties, to call the grid and path generation functions and to plot the results
- Grid_3D_safe_zone.m: randomly generates a 3D cluttered environment (obstacles connected to the groud), which is represented both as a 2D matrix and as 3D occupancy map. For both maps, a safety buffer zone is created around and above obstacles
- a_star_3D.m: 3D A* path planning algorithm
- theta_star_3D.m: 3D Theta* path planning algorithm
- lazy_theta_star_3D.m: 3D Lazy Theta* path planning algorithm
- line_sight_partial_3D.m: line of sight algorithm for Theta* and Lazy Theta*, it includes the check of the crossing within a safety buffer zone
This code was used in the paper:
D. Sartori, D. Zou, W. Yu, An efficient approach to near-optimal 3D trajectory design in cluttered environments for multirotor UAVs, 2019 IEEE 15th International Conference on Automation Science and Engineering (CASE), Vancouver, August 2019
Available at:
https://ieeexplore.ieee.org/abstract/document/8842980/
@INPROCEEDINGS{sartori,<br />
author={D. {Sartori} and D. {Zou} and W. {Yu}},<br />
booktitle={2019 IEEE 15th International Conference on Automation Science and Engineering (CASE)}, <br />
title={An efficient approach to near-optimal 3D trajectory design in cluttered environments for multirotor UAVs}, <br />
year={2019},<br />
volume={},<br />
number={},<br />
pages={1016-1022},<br />
}
神经网络机器学习智能算法画图绘图
- 粉丝: 2694
- 资源: 659
最新资源
- JavaScript日期和时间格式化全指南
- 毕业设计-基于hadoop的人物关系大数据分析平台源码(高分代码)
- 植物大战僵尸幼儿园版电视机专用版v1.1.4.1 apk文件 安装程序
- java-leetcode题解之Base 7.java
- Java 8 Stream API 中的 Collectors.toSet() 深度解析
- QSizeDemo.rar《Qt基础类05-尺寸类QSize》配套例程
- java-leetcode题解之Average of Levels in Binary Tree.java
- 基于OpenCV和YOLO实现的作业自动批改计分系统+源代码+文档说明(高分项目)
- 植物大战僵尸幼儿园版v0.9.5安装程序
- 基于Springboot+Vue的人口老龄化社区服务与管理平台的设计与实现
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈