In the realm of robotics and autonomous systems, path planning is a pivotal component that determines the efficacy and safety of navigational tasks. With the proliferation of autonomous vehicles, drones, and mobile robots, the need for efficient and adaptive path planning algorithms has become increasingly acute. This paper studies AStar, LPA and DStarLite path planning algorithms based on Matlab platform, and compares their performance through simulation experiments. AStar algorithm is simple and widely applicable, but it has some shortcomings in path smoothness and computational efficiency. LPA improves path smoothness by introducing dynamic cost updating, but it may sacrifice some computational efficiency. The DStarLite algorithm performs well in dynamic environments with an efficient incremental update strategy that maintains high path smoothness and low computational costs. The experimental results show that DStarLite is the fastest in most cases, LPA* and DStarLite are superior to AStar in path smoothness. Future research may explore combining the advantages of each algorithm to develop more efficient, flexible and robust path planning algorithms to cope with complex and changeable actual scenarios.