Code Monkey home page Code Monkey logo

coveragepathplanning's Introduction

Coverage Path Planning

Contains python implementations of various algorithms used for coverage path planning and one for area division used in mCPP.

DARP - Area Division

DARP : Divide Areas Algorithm for Optimal Multi-Robot Coverage Path, is an equal area division algorithm for multiple robot coverage paths.

  • DARP visualization on a test area map.
  • Left most images are area maps that have roughly the same number of assigned cells.
  • Point gradients are traversable L1 distance based.
  • Region gradients pertain to the computation of the Ci matrix as given in the paper.

DARP Image source notebook. Preprint and Repository.


Coverage Path Planning

  • Gradients are created from the starting points.
  • Green points are the start points, red are the end points and white is the coverage path.
  • Images source notebook.

Spanning Tree Coverage

Creates a minimum spanning tree from the given area for generation of the coverage path. STC is run individually on the sub regions. DARP and STC

Boustrophedon

An online algorithm that uses A* to get to the next starting point. Boustrophedon is run individually on the sub regions. DARP and Bous

Wavefront

An algorithm that uses a distance to central point based gradient to traverse the region. Waverfront is run individually on the sub regions. DARP and Wavefront


Other Stuff

Fuelling Algo

Uses the shortest L1 path to get to the fuel point from a point in the coverage path that minimizes the residual fuel. The Pink

  • Pink path is the coverage path, light blue is the fuelling path.
  • Yellow is the start point and red is the end point.
  • The algorithm displayed is STC.
  • Animation source notebook, algo notebook. Fuelling while STC

Tests

Tests on the CPP and Fuelling algos with metrics are here. Tests on STC running on the test area maps. STCTests

Running on Shapefiles

The Area division and coverage path algorithms were run on shapefiles pertaining to actual areas but reprojection of the generated path is (highly) inaccurate.

The rasteriszed map with the path overlay. Raster

The shapefile on a map tile with the reprojected path as an overlay. ShapefileOverlay More here (execrable reprojections, pls hlp).


Should Do

  • Fix issue with DARP.
  • Fix reprojections.
  • Add latest optimizaiton of STC.

coveragepathplanning's People

Contributors

18alantom avatar eagles28 avatar jeslyn916 avatar sasha-pais avatar yash-bitla avatar arjunchavan219 avatar

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.