I want to navigate the RC car from point A to point B. The gps module is used to find the current location coordinates i.e point A. The user enters the point B coordinates based on point A. I am wondering what algorithm i should use to move the rc car i.e this algorithm should tell the robot to move forward or turn right until it reaches point B.
I've been looking at kalman filtering algorithm. Is there a another algorithm out there which i can use.
Environment: The robot should navigate indoors. I have to use the GPS because it is a requirement. The GPS is the only navigation sensor present on the robot.