Code Monkey home page Code Monkey logo

hivemapperdrone's Introduction

Author: Kevin Guerra

Solution application for:

The goal is to navigate a drone through an airport in the shortest time possible. The airport is 
composed of several interconnected circular roads, and the drone’s position is described by a 
road name and the degrees clockwise around the road’s circumference. The drone can transfer 
between roads at points of intersection.

VALID COMMANDS:
GO, STOP, REVERSE, TRANSFER
The program 
a) Reads an input file containing descriptions for circles, which are roads,
   intersections, start and destination locations.
b) Calculates those steps and the time it takes to execute
c) Output the result to the console/terminal
d) Creates a dot graph file for later converting, the name of the file would correspond
   to the algorithm used, in this case dijkstra.dot

OPTIONS:
a) -a algorithm Only dijkstra is supported for now
b) -f file_path Input file name with world description
c) -d Specify -d to output debug information at every step

To run this command line utility
a) Open up a console or terminal, cd to the binary location, one is provided in the bin directory
b) Run DroneNavigator -d -f ./DroneNavigator.world
c) Optionally, run: dot -Tps dijkstra.dot -o dijkstra.ps

There are some sample world (input) files, graphics files, sample output and sloccount output, 
that shows some stats about the code.

To develop, you may use any editor of your choice. Eclipse was used and you may have to adapt 
the project for other build tools. Boost libraries were used, only those that do not need
linking to other code, just the headers.

Please see attached PDF file for more details.

Please see attached design document and notes for information on design and algorithms.

hivemapperdrone's People

Contributors

kevingnet avatar

Watchers

 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.