Android Autonomous Vehicle - Overtaking obstacles

preview_player
Показать описание
Team Pegasus created an autonomous vehicle that utilizes machine vision algorithms and techniques as well as data from the on-board sensors, in order to follow street lanes, perform parking maneuvers and overtake obstacles blocking its path.
The innovational aspects of this project, is first and foremost the use of an Android phone as the unit which realizes the image processing and decision making. It is responsible for wirelessly transmitting instructions to an Arduino, that controls the physical aspects of the vehicle. Secondly, the various hardware components (i.e. sensors, motors etc) are programmatically handled in an object oriented way, using a custom made Arduino library, which enables developers without background in embedded systems to trivially accomplish their tasks, not caring about lower level implementation details.

The use of a common mobile phone, instead of specialized devices (i.e. a Linux single-board computer), offers much higher deployability, user friendliness and scalability. Android-based autonomous vehicles, which could be deployed on the road, were not found in the literature, therefore the team behind it believes this avant garde work, can constitute the basis of further research on the subject of autonomous vehicles controlled by consumer, handheld, mobile devices.

Credits to: Ibtissam Karouach, Simeon Ivanov
Рекомендации по теме
Комментарии
Автор

In the start there was a controller in your left hand, was that the start button only, then why there were wheels.. just wondering not assuming anything.

mohamedosmanali
Автор

exist there is a possibility to activate the buttons ?

alfredoramos
Автор

What about observing for danger in the other lane before you enter it?

InsomaniacFiles