reeds-shepp-curves
There are 8 repositories under reeds-shepp-curves topic.
Habrador/Self-driving-vehicle
Simulation of path planning for self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.
zhm-real/CurvesGenerator
Common used curves for motion planning.
nathanlct/reeds-shepp-curves
A simple Python implementation of the Reeds-Shepp curves formulas.
armando-genis/hybrid_path_planning
This repository contains ROS2 Humble packages implementing hybrid path planning algorithms, including reeds_shepp_hybrid_astar and dubins_hybrid_star
dbnduchatrji/motion
Path Planning, Motion Planning, Kinematics, Dynamics
IbrahimSquared/accelerated-RS-planner
Freespace Reeds-Shepp planner that is an order of magnitude faster than OMPL's implementation with no compromise, no parallelization, and no multi-threading.
IbrahimSquared/underspecified-RS-planner
Introduces and solves the under-specified Reeds-Shepp problem: find the vehicle orientation that results in the shortest path.
XinArkh/reeds-shepp-curves
A Python implementation of Reeds-Shepp curves.