Giter VIP home page Giter VIP logo

bosch-challenge's Introduction

Udacity-Bosch Path Planning Challenge

Your challenge is to design a path planner that creates smooth, safe paths along a 3-lane highway with traffic. Successful path planners will be able to keep inside their lanes, avoid hitting other cars, and pass slower moving traffic - all by using localization, sensor fusion, and map data. Path planners will be ranked by the time it takes them to complete a lap around a test track.

Udacity Track Release

Go here to download the simulator and original project track: https://github.com/udacity/CarND-Path-Planning-Project

Bosch Track Release

The Bosch track is a highway that continuously goes down the same direction but with some slight curviness.

The competitive challenge element added to this project is a brand new highway to test on, along with a timer element that measures how quickly the target 2.75 miles can be completed without incident.

The guidelines for a valid submission are listed in the rubric below.

Final Evaluation Track

Your submission will be run on a private evaluation track that will be similar to the Bosch track with the exception that the car placement won't be random.

Project Rubric

Compilation

The code compiles correctly. Code must compile without errors with cmake and make.

Valid Trajectories

The car is able to drive at least 2.75 miles without incident

The top right screen of the simulator shows the current/best miles driven without incident. Incidents include exceeding acceleration/jerk/speed, collision, and driving outside of the lanes. Each incident case is also listed below in more detail.


The car drives according to the speed limit

The car doesn't drive faster than the speed limit of 50 miles per hour.


Max acceleration and jerk are not exceeded

The car does not exceed a total acceleration of 10 m/s^2 and a jerk of 10 m/s^3.


Car does not have collisions

The car must not come into contact with any of the other cars or objects on the road.


The car stays in its lane except when changing lanes

During lane changes, the car doesn't spend more than 3 seconds outside the lane lines. During normal operation the car stays inside the lane lines with the flow of traffic.


The car completes its trip within 360 seconds

Any submissions that don't finish within 360 seconds will be considered invalid.


Submission file must meet naming standards

Your .zip file must include main.cpp and all the code required to successfully compile. In addition, you must use the following map name in your code: highway_map_bosch1.csv

bosch-challenge's People

Contributors

udacity-jeremy avatar awbrown90 avatar

Watchers

James Cloos avatar Rainer Bareiß 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.