The Mesh Navigation Stack: Efficient Mobile Robot Navigation in Uneven Terrain
-
Updated
Dec 16, 2025 - C++
The Mesh Navigation Stack: Efficient Mobile Robot Navigation in Uneven Terrain
This repository contains path planning algorithms in C++ for a grid based search.
Continuous CBS - a modification of conflict based search algorithm, that allows to perform actions (move, wait) of arbitrary duration. Timeline is not discretized, i.e. is continuous.
Motion Planning for Mobile Robots Course
Algorithm for prioritized multi-agent path finding (MAPF) in grid-worlds. Moves into arbitrary directions are allowed (each agent is allowed to follow any-angle path on the grid). Timeline is continuous, i.e. action durations are not explicitly discretized into timesteps. Different agents' size and moving speed are supported. Planning is carried…
Software for guidance, navigation and control for the Vortex AUVs. Purpose built for competing in AUV/ROV competitions.
RRT Star path planning for dynamic obstacle avoidance for the F110 Autonomous Car
Robot Path Planning Algorithm- Generalized Voronoi Diagram
C++ Implementation of Path Planning Algorithms based on the Python Implementation by Huiming Zhou (https://github.com/zhm-real)
Obstacle avoidance for drone with cable suspended payload using RGBD Camera, Octomap and PX4 Firmware
ROS Package for an Autonomous Wheelchair capable of navigating in an indoor environments.
Efficient implementations of the Lazy Theta Star algorithm in C++, and a Python wrapper.
A simple scheme of costmap+path planning for low-speed automated parking
C++ example for parsing maps and planning paths based on given drone parameters
Real-Time Wall Detection from 3D LiDAR Data in ROS (2025.06)
Various Pathplanning Algorithms Derived off Dijkstra's in mulitple situations visualized by SFML. Paper: https://schmider.kim/vwa/main.pdf
Program for visualization of detailed logs of path planning algorithms
Efficient implementations of the A Star algorithm in C++, and a Python wrapper.
Algorithm repo for robotics and general
Add a description, image, and links to the pathplanning topic page so that developers can more easily learn about it.
To associate your repository with the pathplanning topic, visit your repo's landing page and select "manage topics."