etarakci-hvl / f1-10_RRT_planning

Motion planning with RRT* on F1/10 autonomous racing car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of real-time RRT* on the ROS-enabled F1/10 autonomous racing car. At each time-step, RRT* plans a path to a goal that is certain distance ahead of current car position. The goal gets advanced along the track centerline every iteration as the car navigates. The read region shown in the occupancy grid map below represents the inflated track boundaries and obstacles.

Testing on F1/10 hardware:

About

Motion planning with RRT* on F1/10 autonomous racing car


Languages

Language:C++ 87.8%Language:CMake 12.2%