Coder Social home page Coder Social logo

xjtuyanshi / carnd-extended-kalman-filter-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udacity/carnd-extended-kalman-filter-project

0.0 1.0 0.0 11.41 MB

Self-Driving Car Nanodegree Program Starter Code for the Extended Kalman Filter Project

License: MIT License

CMake 0.22% Shell 0.05% C++ 98.51% C 1.21%

carnd-extended-kalman-filter-project's Introduction

Extended Kalman Filter Project Starter Code

Self-Driving Car Engineer Nanodegree Program

In this project I utilize a kalman filter to estimate the state of a moving object of interest with noisy lidar and radar measurements. Passing the project requires obtaining RMSE values that are lower than the tolerance outlined in the project rubric.

You can find my sorce code through kalman_filter.cpp,FusionEKF.cpp and tools.cpp. Here is running results, as we can see the program get the trajectory in a certain accuracy level- RMSE = [.0973, .0855, 0.4513, 0.4399]. which is lower than required RMSE <= [.11, .11, 0.52, 0.52].

Screenshot

Dependencies

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
    • On windows, you may need to run: cmake .. -G "Unix Makefiles" && make
  4. Run it: ./ExtendedKF path/to/input.txt path/to/output.txt. You can find some sample inputs in 'data/'.
    • eg. ./ExtendedKF ../data/sample-laser-radar-measurement-data-1.txt output.txt

Editor Settings

We've purposefully kept editor configuration files out of this repo in order to keep it as simple and environment agnostic as possible. However, we recommend using the following settings:

  • indent using spaces
  • set tab width to 2 spaces (keeps the matrices in source code aligned)

Code Style

Please (do your best to) stick to Google's C++ style guide.

carnd-extended-kalman-filter-project's People

Contributors

alexxucui avatar amintahmasbi avatar andrewpaster avatar awbrown90 avatar baumanab avatar brandonhe avatar cameronwp avatar citlaligm avatar danziger avatar deniskrut avatar domluna avatar dwillmer avatar ianboyanzhang avatar kerrickstaley avatar kylesf avatar mleonardallen avatar mvirgo avatar nateous avatar swwelch avatar tsekityam avatar vatavua avatar wolfgangsteiner avatar xjtuyanshi 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.