Skip to content

Navigation Points detection in point clouds for drone navigation

License

Notifications You must be signed in to change notification settings

HanaHasan04/Navigation-Points

Repository files navigation

Navigation Points

Python Implementation of Navigation Point Detection in Point Clouds for Drone Navigation.

Setup

input: set of points P
output: navigation points (interesting points – exit from room, or points that if we reached them we probably discover “new” areas)

Open Space Example

Indoor Example

Requirements

  • numpy
  • matplotlib
  • sklearn
  • shapely
  • statistics
  • math

Usage

Run scan_floor.py as the main file to execute the project.

Acknowledgements

The core idea of the original algorithm for finding navigation points was developed by Livne Benhemo.

About

Navigation Points detection in point clouds for drone navigation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages