The document discusses the design and implementation of a path planning algorithm for a wheeled mobile robot in a known dynamic environment. It describes using an A* algorithm at a central control station to calculate the shortest path for the robot. If obstacles are detected, the robot's location and obstacle information is sent to update the environment map. The control station then recalculates the new shortest path for the robot. The system was tested experimentally and in simulation, showing it can effectively calculate the shortest path in a dynamic environment.