This (2020) is more uptodate than 2021 one.
<aside>
đŸ’¡ Author: Udit Singh Parihar
</aside>

- Fig. a is the Ground truth trajectory. The robot started at coordinates (0, 0) and was steered on a squared path, revisiting the first part of the trajectory.
- Fig. b is the map generated from odometry measurements only. The robot positions are depicted in blue. Green links between two poses are loop closure constraints requested by the place recognition system.
SLAM Representation

- Simultaneous Localization and Mapping (SLAM) representation as Conditional Dependency Graph.
- White nodes represent unobservable hidden variables (i.e. Robot’s positions and Landmarks).
- Dark nodes represent observable random variables (i.e. Sensor Measurements).
- For SLAM problem, quantity we want to estimate:
$$
P(X_T, M | U_T, Z_T)
$$
Bag of Visual Word (BoVW)
What is Bag of Visual word?
