This document summarizes research on using a genetic algorithm to optimize the path planning of a mobile robot in a static environment with predictable terrain and obstacles. A genetic algorithm was used to help the robot find the shortest and collision-free path between a starting and ending point in a grid environment. The genetic algorithm represents possible paths as chromosomes and evaluates their fitness based on path length. Testing showed the genetic algorithm was effective at finding optimal paths for robots as the number of iterations increased, even when obstacle positions changed. The approach ensured the goal position was the global minimum path while maintaining collision-free movement.