Code Monkey home page Code Monkey logo

into-to-self-driving-cars's Introduction

portfolio

Intro to Self Driving Cars

Intro

This directory includes all of the projects I have completed for the Introduction to Self-Driving Cars Nanodegree program, which is offered by Udacity. In this program, I have gained a comprehensive understanding of the core principles and techniques related to autonomous driving, and have applied my knowledge through various projects designed to simulate real-world scenarios. These projects have allowed me to develop practical skills in areas such as computer vision, sensor fusion, control systems, and machine learning, among others.

Table of Contents

  1. Project 1: Joy_Ride
  2. Project 2: 2D_Histogram_Filter_in_Python
  3. Project 3: Implement_Matrix_Class
  4. Project 4: Translate_Python_Cpp
  5. Project 5: Optimize_Histogram_Filter
  6. Project 6: Implement_Route_Planner
  7. Project 7: Reconstructing_Trajectories_from_Sensor_Data
  8. Project 8: Image_Classifier_from_Scratch

Project_1_Joy Ride

This task requires you to begin writing code that will control a simulated vehicle. You will need to send appropriate throttle and steering commands to the car, with the aim of helping it navigate around a predefined test track.

Project_2_2D_Histogram_Filter_in_Python

For this initial project, I wrote the sense and move functions for a 2-dimensional histogram filter in Python. The sense function allows the robot to use sensor readings to update the probability distribution of its location, while the move function will enable the robot to update its position based on a predefined set of movement instructions.

Project_3_Implement_Matrix_Class

In this project, I have had the opportunity to apply my object-oriented programming and matrix mathematics expertise by completing the methods in a partially implemented Matrix class.

Project_4_Translate_Python_Cpp

In this project, I implemented the core functionality of the Histogram Filter algorithm in C++, including the sense, move, and initialization functions.

Project_5_Optimize_Histogram_Filter

Efficiency is a critical consideration in the development of self-driving cars, as these vehicles must operate without wasting any resources, including memory. In this project, identified inefficiencies in code and implemented more efficient algorithms and data structures to improve performance.

Project_6_Implement_Route_Planner

I had the opportunity to use my expertise in data structures, particularly graph data structures, and search algorithms to design an algorithm that can identify the fastest route between two points on a map.

Project_7_Reconstructing_Trajectories_from_Sensor_Data

I used raw data from a vehicle's accelerometer, odometer, and rate gyros to reconstruct its X and Y trajectory. I did processing the data from these sensors, including acceleration, displacement, and angular rotation, to determine the vehicle's position and movement in two dimensions.

Project_8_Traffic_Light_Classifier

The goal of this project is to build a classification pipeline that can accurately label images of traffic lights as either red, green, or yellow. I developed an algorithm that can extract relevant features from the input image, and use those features to classify the image into one of the three categories. The pipeline is able to handle various lighting conditions, image resolutions, and other factors that can affect the accuracy of the classification.

into-to-self-driving-cars's People

Contributors

ali-rt 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.