The objective of path planning algorithms is to find the optimal path from a source position to a target
position. This paper proposes a real-time path planner for UAVs based on the genetic algorithm. The
proposed approach does not identify any specific points outside or between obstacles to solve the problems
of the invisible path. In addition, this approach uses no additional steps in the genetic algorithm to handle
the problems resulting from generating points inside the obstacles, or the intersection between path
segments with obstacles. For these reasons, this paper introduces a simple evaluation method that takes
into account the intersections between the path segments and obstacles to find a collision-free and near to
optimal path. This evaluation method take into account overlapped and intersected obstacles. The sequential
implementation for all of the genetic algorithm steps is detailed. This paper explores the Parallel Genetic
Algorithms (PGA) models and introduces the parallel implementation of the proposed path planner on
multi-core processors using OpenMP. The execution time of the proposed parallel implementation is
reduced compared to sequential execution.