Concept Flow - Robot frame conventions (base_link, odom, map)
Start: Robot in environment
map frame: fixed world reference
odom frame: tracks robot movement over time
base_link frame: robot's own center
Sensors and actuators positions relative to base_link
Robot moves -> odom updates -> base_link moves
Localization corrects map->odom transform
Shows how the robot's position is tracked using three frames: map (fixed world), odom (robot's movement), and base_link (robot center).
