Problem
Currently we begin the crossing detection pretty far out due to the possibility of slow GPS updates.
Description
Memory constraints are really hitting some devices, we must find a way to reduce the buffer size down from the 500 data-points we are currently trying to save. The problem is we need to make sure this step in memory reduction doesn't hurt the reliability of detecting when the driver has cross a sector line.
Proposed Solution
- Once crossing process has started, save the current driver "line side"
- Once driver has passed the line, STOP LOGGING
a. Ignoring if the driver is ON the line, lets get one more point ACROSS the line.
Problem
Currently we begin the crossing detection pretty far out due to the possibility of slow GPS updates.
Description
Memory constraints are really hitting some devices, we must find a way to reduce the buffer size down from the
500data-points we are currently trying to save. The problem is we need to make sure this step in memory reduction doesn't hurt the reliability of detecting when the driver has cross a sector line.Proposed Solution
a. Ignoring if the driver is ON the line, lets get one more point ACROSS the line.