Skip to content
Permalink
Browse files
added dissertation topics
  • Loading branch information
aa7401 committed Sep 7, 2019
1 parent 46c64ee commit 85ce8181a84407da5e99dc93b268f3f65fa7e243
Showing 1 changed file with 52 additions and 0 deletions.
@@ -0,0 +1,52 @@

# List of Dissertation Topics

Below are a list of potential dissertation topics. These are not for the faint-hearted! Each will require a high level of dedication but will enable you to become an expert in a given field and, if successful you will be invited to be part of the new Autonomous Vehicles development team called **AI Coventry**.

## Differential GPS

Standard GPS has inherent inaccuracies, typically +-80cm. DGPS is a new type of system to provide positional corrections to GPS signals and thereby achieve accuracies of +-2cm. Developing such a system is absolutely critical to the success of all forms of autonomous vehicles.

## Odometry, Logging and Telemetry

A key tool used by motor racing teams is the capture and live analysis of sensor data taken from the moving vehicle. The current autonomous car has rudimentary logging to the hard drive however for next year we want to expand this so we can fully understand the vehicle dynamics.

We are looking for a student to install sensors to capture important dynamic data and to develop a telemetry system to enable this data to be sent live to an analysis tool. If successful the student would be invited to join the FS-AI 2020 team and compete at Silverstone.

All our autonomous vehicles require some form of live telemetry data to allow the developers to understand performance in real time. Given the distances involved, BlueTooth and WiFi are not sufficient. One recent technology is a type of long-range WiFI called LoRaWAN. This project is to develop a telemetry network capable of transmitting real-time data at ranges of up to 10kM.

## Stereoscopic Computer Vision

This year's competition car used a Z-Camera to provide 3D vision which was used to navigate around a coned course. Due to the large amount of data being generated hitting the limits of USB3 it was limited to 1080p at 30fps. Depth data was not precise since the baseline between the cameras was small. If the next car is to travel at a higher speed we need to both increase depth data accuracy whilst increasing the framerate.
This project would require the development of a custom stereoscopic camera system with adjustable baseline. Each camera would have its own dedicated computer, possibly a Jetson Nano for edge processing of data to reduce the volume of data per frame and the two processed feeds would be passed to a third computer for depth data generation.

If successful the student would be invited to join the FS-AI 2020 team and compete at Silverstone.

## Track Following and Obstacle Avoidance

The FS-AI competition 2019 focussed on competing on tracks delineated by coloured cones. Whilst we don't know much about next year's competition we do know they will be a lot more challenging and will require the car to race around standard tracks. For this to work we need to develop algorithms that can detect and map the track and avoid any obstacles placed in the path of the vehicle.
We are looking for a student to develop software, possibly based on ROS to detect the edges of the track and use this to both map the track and guide the car around. If successful the student would be invited to join the FS-AI 2020 team and compete at Silverstone.

## School Autonomous Car Challenge

The IMechE and IET have made it a priority to encourage more students to become autonomous vehicle engineers and are keen to get school children interested in this. Last year a group of stage 2 CS students designed and built a low-cost autonomous car using an RC Car chassis and a raspberry Pi which encouraged them to take the subject further and get involved in the FS-AI competition.

We are looking for a student to re-engineer the existing prototype into a teaching tool that will introduce school children to the concepts around designing autonomous cars. In order to make this as accessible as possible the system could be based on the BBC Micro-Bit. Whilst the development of the vehicle is important the project should also involve the development of a set of teaching resources, these can be tested on the visiting students during the open days as well as in local secondary schools. A mentor from one of the top secondary schools will be made available.

## Maritime Collision Detection and Avoidance

One of the WRSC competition challenges is to detect and avoid obstacles. Currently this is done through a gimbal-mounted front-facing camera.

We are looking for a student to investigate and evaluate a range of technology that could be used to solve this problem and use this knowledge to build a working obstacle detection system that could be mounted on next year's boat.

## AI Saling Boat Using ROS

The current boat control systems are written in Python and use simple deterministic logic and, as we add new capabilities the system gets more intertwined. This project would be to build a new, modular boat control system using the Robot Operating System (ROS). This would require the creation of ROS leaf nodes to handle sensor data the development of a ROS Computational Graph. You would also be encouraged to explore the powerful ROS logging tools.

## School Autonomous Boat Challenge

The IMechE and IET have made it a priority to encourage more students to become autonomous vehicle engineers and are keen to get school children interested in this. We already have an autonomous boat that was used to compete in 2019.

We are looking for a student to re-engineer the existing boat into a teaching tool that will introduce school children to the concepts around designing autonomous boats. In order to make this as accessible as possible the system could be based on the Graupner Micro Magic RC boat and powered using the BBC Micro-Bit. Whilst the development of the vehicle is important the project should also involve the development of a set of teaching resources, these can be tested on the visiting students during the open days as well as in local secondary schools. A mentor from one of the top secondary schools will be made available.

An important outcome is the development of a kit list and build instructions to allow schools to get involved. You should also consider where these could be raced (given the small size perhaps in a swimming pool?)

0 comments on commit 85ce818

Please sign in to comment.