Skip to content

Crossing Line Detection needs to end early #4

@TheAngryRaven

Description

@TheAngryRaven

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

  1. Once crossing process has started, save the current driver "line side"
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    LibraryWork for the public libraryenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions