Method for autonomous vehicles that enables building a map and localization of vehicle in that map at the same time.
Allow vehicle to map out unknown environments
flowchart LR
sd[/Sensor<br/>Data/] --> fe --> be --> pose[Pose Graph <br/>& Map Information]
subgraph fe["Frontend<br/>(Sensor-Dependent)"]
direction LR
me["Motion<br/>Estimation"]
ole["Obstacle<br/>Location<br/>Estimation"]
end
subgraph be["Backend<br/>(Sensor-Independent)"]
direction LR
rpg["Register<br/>Pose Graphs"]
go[Graph<br/>Optimization]
end