Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 910 Bytes

File metadata and controls

31 lines (21 loc) · 910 Bytes

Mobile Robots Autonomous Navigation

Implemented Dubins Curves and RRT(Rapidly Exploring Random Trees) along with the Optimal RRT version.

Simulated an environment with obstacles with a Pioneer P3DX robot in Gazebo using ROS and applied these path planning algorithms.

Refer the Project Report for more information.

Visuals

RRT Star + Dubins (Sub-Optimal) with minimized Euclidean distance between nodes,

RRT Star + Dubins with random samples,

RRT Star + Dubins (Optimal) with minimized Dubins Paths between nodes,