ai-winter/ros_motion_planning

Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*,...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 19th, 2026
Created on January 12th, 2023
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 514
Total Stargazers: 3,591 (+0)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.3 days
Mean response time: 29.9 days
90th percentile: 87.8 days
Tracked items: 37

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 521 days
Stale 30+ days: 7
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ROS Motion Planning is a ROS planner plugin collection that implements path searching and trajectory optimization algorithms for autonomous ground vehicles and mobile robots.

The project addresses the computational problem of finding valid robot motion sequences from source to destination. It separates this into two components: path searching, which finds collision-free optimal paths given obstacle constraints, and trajectory optimization, which refines those paths according to kinematics, dynamics, and obstacles. The repository provides implementations of numerous algorithms spanning both categories, including A*, JPS, D*, LPA*, D* Lite, Theta*, RRT variants, ACO, PSO, Voronoi-based methods, and control approaches like PID, LQR, MPC, DWA, APF, and Pure Pursuit.

This tool suits robotics projects using ROS that need multiple motion planning algorithm options integrated as plugins. It is particularly valuable for developers comparing different planning approaches or building systems that can switch between algorithms. The project provides equivalent implementations in Python and MATLAB, allowing developers to prototype in those languages before deploying in ROS. Users should be aware that configuration is managed through a YAML file rather than launch files directly, since launch files are regenerated from this configuration during execution.

The project maintains active engagement with users through issue resolution, including documented solutions for common dependency problems. Development activity shows responsiveness to user needs and a commitment to keeping the codebase functional across supported environments. The repository welcomes community contributions through stars, forks, and pull requests, indicating openness to external participation.