To understand how vectors represent robot position and movement.
- 2D coordinate system
- Vector representation
- Vector addition
- Robot movement logic
The robot position is represented as a vector [x, y]. Movement commands are added to update the position.
- Odometry
- Navigation
- Localization
The robot position updates correctly based on movement vectors.
- Add visualization
- Extend to 3D