Code Monkey home page Code Monkey logo

3d-grid-path-planning's Introduction

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,
author={D. {Sartori} and D. {Zou} and W. {Yu}},
booktitle={2019 IEEE 15th International Conference on Automation Science and Engineering (CASE)},
title={An efficient approach to near-optimal 3D trajectory design in cluttered environments for multirotor UAVs},
year={2019},
volume={},
number={},
pages={1016-1022},
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.