You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
a. Ignoring if the driver is ON the line, lets get one more point ACROSS the line.
The text was updated successfully, but these errors were encountered: