Skip to content

Contain the Car Interface (Server), PC Interface (Client) and GUI Code.

Notifications You must be signed in to change notification settings

sanariaz154/driving-matter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrivingMatter: Autonomous RC Car using Raspberry Pi

Introduction

The aim of the project is to assemble an Raspberry Pi controlled robot car. The scope includes the assembly of motors and required parts from the hardware perspective. It also includes programming so that the car can be sent signals wirelessly to a PC-based front-end to initiate actions such as ignition, movement, steering etc. Finally, from the software end, it requires a front-end through which the car will be controlled. This front-end will provide both a GUI-based interface (which will show the images being captured by the car through its camera) as well as other statistics of the movement. It will also provide library bindings to programmatically control the car through another software.

Folder Structure

CarServer

Its contains the code that run inside the car and provide controls to remote pc via WS Server.

pyDrivingMatter

Its contains the code related to Python library which controls the car through remote pc.

GUI

Its contains the Graphical interface of the interfaces provided in pyDrivingMatter.

Trash

Its contains the code which are obsolete.

Documentation

Check wiki page of this project.

Members

Syed Owais Ali Chishti - [email protected]

Hafiz M. Bilal Zaib - [email protected]

Sana Riaz - [email protected]

Supervisor

Dr. Mohammad Nauman - [email protected]

Useful Links

Proposal of this Project - https://gitlab.com/UntitledGroup/fyp-proposal

Presentation of this Project - https://gitlab.com/UntitledGroup/fyp-defense-presentation

LaTeX Document of this Project - https://gitlab.com/UntitledGroup/fyp-documentation

License

To be decided.

About

Contain the Car Interface (Server), PC Interface (Client) and GUI Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.1%
  • HTML 11.1%
  • JavaScript 2.7%
  • Other 1.1%