gw-sd-2016 / EcoFriendly

Tom Senior Design Project
0 stars 0 forks source link

Week 3: Starting The Actual Trip #2

Open ttunca opened 8 years ago

ttunca commented 8 years ago

Hello,

This past week I coded my application to start an automatic trip. I pushed this in the middle of the week last week. Most of this code is in the Trip classes. I used the accelerometer to check if the phone was actually moving, and if it was moving then it would check the gps every 30 seconds and set that location into an array and start tracking the trip. The check to see if the user is starting the trip comes when any of the locations in the array are 40 m from each other.

For this next week I will be working on data collection to classify what kind of transportation the user is using. This entails collecting data on things like how fast the user is moving, if the user is on a bus/metro line, if the user stops at a bus/metro stop. Using this data it will be easier for the following week after that to finally show what kind of transportation the user is using.

Thanks!

twood02 commented 8 years ago

@ttunca, For your future github issues, please tag @poorvi-vora so that she gets a notification. It's been a few weeks since you've pushed your code, try to make your commits and pushes more regular!