C++ Implementation of Path Planning Algorithms based on the Python Implementation by Huiming Zhou (https://github.com/zhm-real)
-
Updated
Oct 13, 2023 - C++
C++ Implementation of Path Planning Algorithms based on the Python Implementation by Huiming Zhou (https://github.com/zhm-real)
Implement a simplified path planning algorithm for a robot moving about a simple 2D environment - a rectangular room with obstacles.
Implementation of a Path Planner for the robot Husky. The path planning will be done in an indoor environment using a pre-compute global path that is to be refined and used for motion command computation.
Add a description, image, and links to the pathplanning-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the pathplanning-algorithm topic, visit your repo's landing page and select "manage topics."