- Localization
Localization = Sensor + Control Input + (Noise of Sensor + Noise of Control Input)
It recognizes the kinematic information of the car, which uses the sensor and the control input assuming that noise can be generated in the sensor values and control inputs.
Control Input + (Noise of Control Input) : You can see how much the accelerator pedal was pressed, how many degrees the wheel was moved, and so on.
- Formula of Localization
: The LOCATION in time 't'. : The SENSOR in time 't'. : The CONTROL INPUT in time 't'.
- Decomposition of Formula of Localization
1. The left side
It estimates the position at the current time 't' using the position of the previous time(t-1), sensor, control input.
2. The right side
All x0 to xt-2 were omitted because the current state is a simplification assuming that it is affected by the previous state.
2-1. Markov Property
The preceding state, P(xt-1), implies all previous states.
3. Update sensor
Update the sensor based on the obtained earlier.
4. Final position( , belif)
Current state, based on all sensor and control input data from the start of the algorithm to the current.
- Tracking
Tracking = Sensor + (Noise of Control Input)
Remove control input from the Formula of Localization.
https://gaussian37.github.io/autodrive-ose-localization_and_tracking/
'Autonomous Vehicle > Theory' 카테고리의 다른 글
Kalman Filter (0) | 2024.03.14 |
---|---|
Prediction Step, Motion Model, Correction Step, Observation Model (0) | 2024.03.14 |
(prerequisite-Kalman Filter) Bayes' Theorem(Baysianism) (0) | 2024.03.13 |
Probability Distribution, Random Variable, Probability Function, Cumulative Distribution Function (0) | 2024.03.13 |
(prerequisite-Kalman Filter) State Equation, Measurement Equation (0) | 2024.03.06 |