Autonomi / acc

Adaptive Cruise Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acc

Build Status Coverage Status

Adaptive Cruise Control. Udacity micro challenge.

WHAT SHOULD I DO?

Look for cruise.py and implement the control function.

More information

Join the #acc-challenge channel on the ND013 Slack and ask away.

Here are some reference links shared by Mac:

TESTING

python setup.py test

TODO

  • Create assertions for reasonable behavior when implementing the maneuver and fail the tests when those do not pass. For example, distance to car in front is 0, or target speed is different to actual speed.
  • Implement plotting of PID curves to compare solutions.
  • Replace gas=0 and brake=0 for a simple solution that passes the tests.
  • Decide if we need to run the tests in real time or do something different.

About

Adaptive Cruise Control

License:MIT License


Languages

Language:Python 100.0%