# Self_Driving_Car_State_Estimation
**Repository Path**: liu-tl/Self_Driving_Car_State_Estimation
## Basic Information
- **Project Name**: Self_Driving_Car_State_Estimation
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-04-11
- **Last Updated**: 2021-04-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# State Estimation and Localization for Self-Driving Cars
## Run
* Simply `python3` to execute the code, preferably using `conda` environment
## Algorithm
### Error-State Kalman Filter for State Estimation and Localization
* Check the course's [Final Project](state_estimate_final_proj/), and [src code](state_estimate_final_proj/es_ekf.py)
* Using *IMU* and *GNSS* data as measurement input data
* Using **error-state kinematics model** as the motion/measurement model
* Using **quaternion kinematics** as the rotation process update
* Implement the algorithm in `Python3`
* Sample pictures for the results