معرفی شرکت ها


acc-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Adaptive Cruise Control
ویژگی مقدار
سیستم عامل -
نام فایل acc-0.1.1
نام acc
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Udacity ND013 members
ایمیل نویسنده UNKNOWN
آدرس صفحه اصلی http://github.com/autti/acc
آدرس اینترنتی https://pypi.org/project/acc/
مجوز MIT
# acc [![Build Status](https://travis-ci.org/autti/acc.svg?branch=master)](https://travis-ci.org/autti/acc) [![Coverage Status](https://coveralls.io/repos/github/autti/acc/badge.svg?branch=master)](https://coveralls. io/github/autti/acc?branch=master) 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: - https://www.codeproject.com/articles/36459/pid-process-control-a-cruise-control-example - http://itech.fgcu.edu/faculty/zalewski/cda4170/files/pidcontrol.pdf - https://github.com/slater1/AdaptiveCruiseControl - https://github.com/commaai/openpilot/blob/master/selfdrive/controls/lib/adaptivecruise.py # 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.


نحوه نصب


نصب پکیج whl acc-0.1.1:

    pip install acc-0.1.1.whl


نصب پکیج tar.gz acc-0.1.1:

    pip install acc-0.1.1.tar.gz