albertaloop / T_SWE_2019_2020

Software for AlbertaLoop's first-generation pod.
MIT License
3 stars 1 forks source link

GPS functional tests #42

Open mbardwell opened 2 years ago

mbardwell commented 2 years ago

Summary

It's nice to have automated tests that check the validity of the GPS data coming from our sensor.

rel #39

Acceptance Criteria

Iyury1 commented 2 years ago

Test summary documented on Google Drive: Albertaloop\1 - Technical Division\1 - Electrical Team\1 - Software Group\6 - Testing Documents\T_SWE_TESTING - GPS.gdoc

GPS will have to be replaced because this product is reliant on the Arduino Serial.Print() function, which stops working when any other interrupt source occurs.

mbardwell commented 2 years ago

Test summary documented on Google Drive: Albertaloop\1 - Technical Division\1 - Electrical Team\1 - Software Group\6 - Testing Documents\T_SWE_TESTING - GPS.gdoc

GPS will have to be replaced because this product is reliant on the Arduino Serial.Print() function, which stops working when any other interrupt source occurs.

Could you push your code and link to any resources you are using to debug this problem?

Iyury1 commented 2 years ago

I added some more results for stationary GPS measurement outputs to the following file on our Google drive: Albertaloop\1 - Technical Division\1 - Electrical Team\1 - Software Group\6 - Testing Documents\Restuls\GPS-2022-07-15.gdoc

We need to copy these results into a txt files and parse the input into a Python file so we can plot the lat-lon coordinates and calculated distance.