Implementing a GPS Based Autonomus Car

775 Words2 Pages

Future Enhancements

Despite the fact that this paper discusses various issues to be covered while implementing a GPS based autonomous car, I have discovered several issues if this solution is to be practical. The first part of the solution is based on retrieving a GPS based location. Here is the glitch. This is entirely dependent on the visible GPS value retrieval, so what if the GPS is not available in the first place. Here are few problems and proposed enhancements

1. Unavailability of a reliable GPS signal and solution

This is a problem, which occurs many times when the car is in the middle of nowhere. It is quite common that we usually see our GPS system trying to get a location form the satellite. So if a location is not found the solution should be cache the last known location. This caching should be periodic. Modern cell based GPS systems use network provided GPS coordinates to track the car on the globe. So the main idea behind this is to retrieve the last known location from the GPS cache and then implement a network based tracker to retrieve the location coordinates. This is proven to be more accurate and it also implemented by the maps application on Android. So assuming that we have access to the network based access to coordinates, car will get better location retrieval. One more thing to remember here is that this is also not 100% dependable, in fact any solution cannot be always accurate but the idea is to get better.

2. Computing distance based on the compass module

The paper works on this calculation,

d =R • cos−1(sinφ1 • sinφ2
+cosφ1 •cosφ2 •cos(λ2 −λ1))
Where R is the radius of the earth and d is the distance between two points. Keeping aside the very low-level implementation details, lets discuss ho...

... middle of paper ...

...ake when on red. Now considering Vehicle & Pedestrian interactions, we always need to prioritize Sensor data (for Pedestrians) thereby controlling the Driverless Vehicle running into pedestrians. Algorithm, which acts as a brain for Autonomous Vehicle should also able to make decisions whether to apply brakes or not based on the speed of the Vehicle and the distance of the approaching object.
Further research can be done on increasing the reliability of the autonomous car system, like safety enhancements, what must the car do when there is a roadblock – (implement a alternative routing algorithm) or how to handle lane changes or encounter a diversion on the road, these can be numerous other issues. These are all hot research areas of now and many ideas are coming up and implemented. But as per this topic is considered a solution MUST be found to all these problems.

Open Document