MI
Very interesting course if you want to learn about the different filters used in self driving cars for sensor fusion

Welcome to State Estimation and Localization for Self-Driving Cars, the second course in University of Toronto’s Self-Driving Cars Specialization. We recommend you take the first course in the Specialization prior to taking this course. This course will introduce you to the different sensors and how we can use them for state estimation and localization in a self-driving car. By the end of this course, you will be able to: - Understand the key methods for parameter and state estimation used for autonomous driving, such as the method of least-squares - Develop a model for typical vehicle localization sensors, including GPS and IMUs - Apply extended and unscented Kalman Filters to a vehicle state estimation problem - Understand LIDAR scan matching and the Iterative Closest Point algorithm - Apply these tools to fuse multiple sensor streams into a single state estimate for a self-driving car For the final project in this course, you will implement the Error-State Extended Kalman Filter (ES-EKF) to localize a vehicle using data from the CARLA simulator. This is an advanced course, intended for learners with a background in mechanical engineering, computer and electrical engineering, or robotics. To succeed in this course, you should have programming experience in Python 3.0, familiarity with Linear Algebra (matrices, vectors, matrix multiplication, rank, Eigenvalues and vectors and inverses), Statistics (Gaussian probability distributions), Calculus and Physics (forces, moments, inertia, Newton's Laws).

MI
Very interesting course if you want to learn about the different filters used in self driving cars for sensor fusion
MP
A lot of fun! I learnt a lot and feel that due to the well designed assignments I really got to the bottom of it...
TM
This is an eye-opening course on how to utilize statistical analysis for engineering applications, and in particular, autonomous systems, as such it is very useful and captivating course!!!
EJ
I have learned KF in the past. First time learning EKF. I liked the rigor in this course! Felt like a legitimate university lesson.
GH
one of best experiences. But the course requires a steep learning curve. The discussion forums are really helpful
SI
Thank you for this absolutely fantastic course. Kalman filters and state estimation in general is a concept that I've tried to understand for a long time, and I'm glad to have finally understood it!
JG
Very challenging, nevertheless excelent for learning automation concepts, python programming, sensor fusion, probability & statistics
H
A well-taught course by Prof. Jonathan Kelly.I accumulated huge amount of knowledge after undergoing his teachings.The supplementary readings proved to be of great help to ace the final project.
DM
The course is highly informative and offers excellent opportunities to gain practical, hands-on skills essential for real-world autonomous vehicle applications.
SS
For new learners, this course provides the beginner to intermediate knowledge. The explanation with examples are quite interesting and easy.
MM
A great Journey for anyone interested in Self Driving Cars. State estimation is vital in this field and this is a great course to start learning it!
YC
Could we use C++ to program the projects?And also, in most assignments, please make sure every requirements and additional information are CORRECT and CLEAR! Now, some of them are REALLY MISLEADING!