The document describes the Follow the Gap Method (FGM) for dynamic path planning of mobile robots. FGM constructs a gap array between obstacles based on a point robot approach. It determines the maximum gap considering the goal point location and calculates the angle to the center of the maximum gap for the robot to proceed towards. FGM provides a purely reactive path that avoids obstacles with maximum distance while considering measurement constraints and nonholonomic constraints of robots. It has advantages over other methods like APF in avoiding local minima problems and generating safer paths with similar travel lengths. The only limitation is its inability to escape dead-end scenarios but that can be remedied through hybridization with other local planning techniques.