Skip to content

Autonomi/acc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%