Giter Club home page Giter Club logo

udacity-isdc-route-planner's Introduction

Route-Planner class project

Course work for: Udacity's Intro To Self-Driving Cars Nano Degree Program My implementation of the route planner project, using the A-Star search algorithm.

Inputs:

  • map - (dict) {node_id: {'pos': (x_pos, y_pos), 'connections': [node_id1 ... node_idn]}}
  • node_id_start - (int) node id of starting node in the map
  • node_id_goal - (int) node id of terminating node in the map

Returns:

  • list - containing node_ids that define shortest possible path between node_id_start and node_id_goal

Students were supplied with an extensive code template for this project. The student's (my) contributions occur after the "TODO" prompts. The student's (my) responsibilities included selecting and defining the data structures, and programming the algorithm's scoring components, including the heuristic cost estimator and the node selector.

Table of Contents

Dependencies and Pre-requisites

  • Python 3.x (including math and numbers libraries)

Installation and Usage

  1. Copy files path_planner.py, helpers.py, and test.py to a directory,
  2. In a terminal, navigate to the directory,
  3. Execute python3 path_planner.py.

Known Issues

None.

Future Plans

None.

Support

Please open an issue to receive help.

Contributing

Pull requests are welcome. Please open an issue to discuss any changes you would like to make or see.

Authors and Acknowledgement

This is coursework for the Udacity - Introduction to Self-Driving Cars Nano Degree

Unit: Navigating Data Structures Project: Implement Route Planner

License

MIT

udacity-isdc-route-planner's People

Contributors

vorian77 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.