Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 586 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 586 Bytes

Kinodynamic Path Planning

This path planning consider the robot's current state as well as kinodynamic constraints of the robot to select the path to the goal.

  • Inspired by Fast-Planner
  • It modifies the heusteric in A* Algorithm to give a cost to the kinodynamic change in the robot from current state to next state.
  • An OpenCV based visualization is also available

Output (Simulated in OpenCV)

output

Motion Planning Framework for Team ARES

output