Abstract
we studied the problem of robot path planning, which determines how the robot’s degrees of freedom change over time. The robot moves by passing through specified points, either with its joints (when points are given in joint space) or with its end-effector (when points are given in Cartesian space). We constructed smooth paths using interpolation polynomials, which produce simple linear systems that are easy to solve. We also explored using multiple polynomials connected in sequence to generate smooth paths.
We found that specifying joint positions, velocities, and accelerations at the start and end points can make the linear system degenerate, preventing a solution from existing. Increasing the number of intermediate points requires higher-degree polynomials, which significantly increases the computational load when calculating values at each point. We addressed this issue by using spline functions, which guarantee that the system of equations has a solution and can be efficiently solved using the sweep method.
References
Головин В. А., Яковлев К. С. Примитивы движения робота в задаче планирования траектории с кинематическими ограничениями. Информатика и автоматизация. 2023;6:1354–1386. DOI: 10.15622/ia.22.6.4.
Лагузина Е. А. Обзор методов планирования траектории движения мобильных роботов. Вестник науки. 2025;1(6):1467–1475.
Павлов А. С. Методика планирования траектории движения группы мобильных роботов в неизвестной замкнутой среде с препятствиями. Системы управления, связи и безопасности. 2021;3:38–59. DOI: 10.24412/2410-9916-2021-3-38-59.
Hamdan N. et al. Study of Path Planning Methods in Two-Dimensional Mapped Environments. International Conference on Interactive Collaborative Robotics. Cham: Springer Nature Switzerland AG, 2023:137–155.
Huang H.-P., Chung S.-Y. Dynamic Visibility Graph for Path Planning. 2004 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) (IEEE Cat. No.04CH37566). Sendai, Japan. 2004;3:2813–2818.
Pshikhopov V., Medvedev M. et al. Trajectory Planning Algorithms in Two-Dimensional Environment with Obstacles. Informatics and Automation. 2022;21(3):459–492. DOI: 10.15622/ia.21.3.1.

