Giter Club home page Giter Club logo

carnd-pid-control-project's Introduction

CarND-Controls-PID

Self-Driving Car Engineer Nanodegree Program


Reflection

Describe the effect each of the P, I, D components had in your implementation.

The P component sets the steering angle of the car in proportion to CTE (Cross Track Error) with a proportional factor tau. (-tau * cte) The P, or "proportional", component had the most directly observable effect on the car’s behaviour. It caused the car to steer proportional (and opposite) to the car’s distance from the lane center(CTE) - if the car was far to the right it steers hard to the left, if it’s slightly to the left it steers slightly to the right.

The D component is the ts the differential component of the controller which helps to take temporal derivative of error. In other words, the D, or "differential", component counteracts the P component’s tendency to overshoot the center line. A properly tuned D parameter will cause the car to approach the center line smoothly without overshooting.

The I component is the integral or sum of error that helps in dealing with systematic biases by counteracting the bias in the CTE which prevents the P-D controller from reaching the center line. This bias can take several forms, such as a steering drift.

Describe how the final hyperparameters were chosen.

The final hyperparameters (P, I, D coefficients) were chosen through manual tuning.

carnd-pid-control-project's People

Contributors

baumanab avatar citlaligm avatar davidobando avatar domluna avatar htuennermann avatar mvirgo avatar simonry14 avatar swwelch 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.