Chevron Left
Back to State Estimation and Localization for Self-Driving Cars

Learner Reviews & Feedback for State Estimation and Localization for Self-Driving Cars by University of Toronto

4.7
stars
807 ratings

About the Course

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)....

Top reviews

GN

Oct 29, 2019

best online course so far that explains kalman filter and estimation methods with examples not just focusing on theoretical ,Thanks to the Dr's and course staff who worked hard to produce this course.

WS

Oct 13, 2019

There are many interesting topics. Without the help and suggested readings from this course, I wouldn't be able to finish by myself. Also, the final project is very enlightening.

Filter by:

101 - 125 of 129 Reviews for State Estimation and Localization for Self-Driving Cars

By Baixiao

•

Jul 29, 2019

Great course that teaches you most of what you need to know about state estimation. What is missing is the state estimation using particle filter, it would be great if there is a module dedicated for that. Some video lectures are little bit confusing, specifically at the error state estimation part, but if you read the provided reading materials, you should be able to understand it more thoroughly. The final project is difficult, you are expected to read some advanced papers on state estimation, but it is very rewarding once you figure out on your own.

By Lealem S T

•

Apr 12, 2021

The course is a good fit for someone with some background in navigation. It would have been best if unnecessary content such as history of GNSS/GPS, history of Kalman filter and the "autobiographies'' in the beginning are truncated to make more time for the actual content.

For example one can easily google and learn about the history of GPS, Kalman, etc. This is the kind of material best left as a link to additional resources instead of the links to additional materials for Jacobian derivations and quaternion algebra.

By Nicolas Y

•

Dec 4, 2019

This course is wonderful, however, is it quite tough, not only for the technical content but also because I believe it could use some more clarification for the quizzes and other.

All in all, I thought it was a very satisfying way to review old skills and learn new state-of-the-art techniques!

Recommending it heavily, but be ready for frustrations.

By mike w c

•

Jun 18, 2019

There are several errors in the presentations and in the videos, the tutors did not correct them and thus the assignments were very confusing due to stupid math mistakes made by the organizers, it is clear that they are not taking it 100% serious, nonetheless I have seen few courses were they explain State estimation for SDV so good as this one.

By Shubham R P

•

Sep 20, 2019

Great course! Very in depth understanding of Kalman Filters and Sensor Fusion. You need to look more literature to understand the concept. Final project is very nice. May be more insight could have been provided about orientation,quaternions and euler angles conversions.

By Atharva K

•

May 30, 2020

A pretty involving course.

Good points - EKF, UKF explained properly.

Bad points - The weeks 3 onwards course is not sufficiently explained, less mathematics and more intuitive understanding, tough time if you do not have experience with python programming.

By Yulia M

•

Mar 11, 2019

The content of the course is great, very useful and applicable ! The lectures are well told, animations are brilliant. I rate this course as 4 stars due to a low feedback activity from the teaching staff.

By Shrutheesh R I

•

Jul 17, 2020

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!

By Harshal B

•

May 22, 2020

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.

By Farid I

•

Sep 24, 2019

Challenging course, specially the assignments. The extra literature resources are great. The explanations and examples on the videos could improve. Step by step Hands On examples would fit great

By Sheraz S

•

Aug 13, 2019

For new learners, this course provides the beginner to intermediate knowledge. The explanation with examples are quite interesting and easy.

By Aref A

•

Jun 26, 2019

Content is great but lack of instructor support makes the course hard to understand.

By chaitanya j

•

Jan 28, 2022

the course really amazing the study material in this course was extremely in-depth.

By 蒋阅

•

Jun 28, 2020

Need more code example or supplementary reading about python and numpy

By Jorge B S

•

Jun 30, 2020

Some information was really difficult to understand.

By Ahmad I B

•

Jul 31, 2020

Loved Every bit of it. Looking forward to get more

By David E L

•

Oct 12, 2021

Excelente curso!

By 胡江龙

•

May 6, 2019

good!

By flyhigher Y

•

Jul 5, 2020

Very informative about the definition and application about EKF at self driving car. However, I am a lidar engineer who want to know more mathematical and application details about how the lidar ToF data are translated to help with the localization, step by step...

On the other hand, videos kindly provided some of the derivation results of the ESEKF going to be implemented into final project. But the arithmetic process of the Quaternion calculation is quite confusing for the first-time learner and the professor didn't clearly explain the meaning of the algebras used in the videos, such as Cns, q(), capital omega, etc... which cost much unnecessary search time for me to figure them out.

Overall, this is a good course in Coursera Unlimited.

By William G

•

Jan 5, 2023

This course is better than looking up blogs and YouTube videos, but it does not create mastery over the subject. The content is "presented" via PowerPoint slides and leaves the student not feeling "taught." Stanford's State Estimation and Filtering for Robotic Perception is a far better course: https://online.stanford.edu/courses/aa273-state-estimation-and-filtering-robotic-perception. However, I dropped the course after two weeks because I lacked the math prerequisites at the time and subsequently, the course was too time-consuming for someone working full-time.

By Metehan S

•

May 10, 2021

This course is good for those who are interested in learning about general concept (not in depth) of State Estimation. It would have been better if ICP topic had been distributed through a whole seperate week and had an coding assignment. One need to learn about Particle Filter too. Other than that I am satisfied .

By Karim I

•

Jan 24, 2021

The content and the projects are good, but a lot of details as derivations, mathematical concepts (like quaternions) and documentation of the project codes are not well covered neither in the course videos nor in the reading materials.

The forums were not very helpful to explain these details.

By Artod

•

Sep 21, 2021

IMHO, assignments throughout all courses of the specialization are overcomplicated. I would appreciate more insights and intuitions about the subject rather than pain from calculation Jacobians and translating raw math formulas to Python code.

By Salma S L

•

Mar 26, 2020

some equations weren't explained and remained ambiguous to me, needs more explanation on the mathematical side, other than that a great course and great effort

By Mustafa P

•

Jan 25, 2021

More help should be provided by better lectures and more explanation on the projects.