HanaHasan04 / Navigation-Points

Navigation Points detection in point clouds for drone navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%