Giter VIP home page Giter VIP logo

lawnboy's Introduction

LawnBoy

Build Status Coverage Status

Objective

Control and optimise mower(s) move in order to mill your lawn. The program result is instructions to be executed sequentially by mowers.

This program only work on rectangular lawns.

Theory

Digging on the web, this research paper treat this problem : http://www.ams.sunysb.edu/~estie/papers/lawn.pdf

TODO: Go further into this paper.

Implementation

Installation

pip install git+https://github.com/redref/lawnboy.git@master

CLI usage

lawnboy -W <lawn_width> -H <lawn_height> -m <X,Y,O> [<X,Y,O>]

You must specify mower as 'X,Y,O' with X and Y coordinates and O the start orientation (S/O/N/E).

File input usage

echo -e "5 5\n1 2 O\n3 4 S\n" | lawnboy -i -o

TODO

  • Naive stategy does the job, but is far from optimized. A predictive strategy might suite the need.
  • Release to repository (Pypi)
  • Do not be CPU bound (lead : grass cut reservation #lock)

lawnboy's People

Watchers

James Cloos avatar A.Bescond avatar  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.