Step 1 - Determining Sensor


At the begining of our project researched sensors and using a weighted decision matrix we came to a decision on which one(s) to use in our project.

Untitled

Figure 4. Weighted decision matrix

However, in the virtual environment rotating the bot is very inconsistent so we later switched to using the color sensor.

Step 2: Pseudocode


We then wrote out pseudocode for our general program workflow in order to plan out and visualize our code easier.

Untitled

Untitled

Untitled

Figure 5. Pseusocode of general workflow

Step 3 - One Loop


Our next step was to be able to complete one loop of our workflow

one loop feb7.py