2019WinterTeam6
Contents
Team 6 Members
- Aron Laszik (ECE)
- David Zhu (MAE)
- Elizabeth Park (ECE)
- Zhe Tang (ECE)
Objectives
The goal of our project is to use 4 TOF (Time-of-Flight) sensors to continuously sample data from the sensors to successfully parallel park our car. We drew inspiration from a previous team, 2018FallTeam2, who did a project on parallel parking with TOF sensors. Our idea is to further the work done by the previous team by utilizing more sensors to prevent any collision while parking.
Procedure
Initial Design and Indoor Track
Final Design and Outdoor Track
Gap Detection
Wall Detection
Perpendicular Parking
Parallel Parking
Obstacles
Error with smbus library
We ran into issues with using the smbus library which helps us change the I2C addresses of the TOF sensors in Python. We were able to change the I2C address but could not access the data correctly when trying to establish communication through I2C. With this error we could not use all 4 TOF sensors simultaneously.
Solution
We bought 2 multiplexer buses from Fry's so we can use all 4 TOF sensors at the same time.