No description
Find a file
2024-08-20 23:56:52 -04:00
DesignDocs add design reference documents 2024-08-20 23:56:36 -04:00
.classpath i lost track of incremental changes 4 hours ago 2024-04-14 13:10:07 -04:00
.gitignore i lost track of incremental changes 4 hours ago 2024-04-14 13:10:07 -04:00
.project actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
Climate.java actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
Destination.java i lost track of incremental changes 4 hours ago 2024-04-14 13:10:07 -04:00
DrivingRoute1.txt actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
DrivingRoute2.txt actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
Entertainment.java actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
HelperFunctions.java actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
README.md Add readme 2024-08-21 05:53:10 +02:00
RoadSensor.java actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
Route.java actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
SelfDrivingRoadtrip.java actual final state, removing compiled files 2024-05-02 22:35:22 -04:00
Vehicle.java actual final state, removing compiled files 2024-05-02 22:35:22 -04:00

This repo is the code "implementation" of a project for Software Dev I. As a project, a self-driving vehicle was chosen. The project was then developed through design documents and UML diagrams, before being finally implemented in a framework form to demonstrate the working of carious classes and routines. As such, the "SelfDrivingRoadtrip" class serves as the controlling class to simulate the vehicle navigating a basic "route" with a variety of road and weather conditions between two predetermined points and outputting status data.

In this form, the project simply serves as a Java code sample.