Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Improved gps location device simulation #159

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2018

  1. Improve gps location simulation

    The previous version never actually changed the truck's location after the first pass. This version randomizes the changed distance, plus it adds a rounding function that handles the positive and negative values of the lat/long coordinates equally well. This results in an improved randomized route for the trucks. Not 100% realistic (data would need to be incorporated for that), but good enough for a simulation.
    joelhulen authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    2a2f2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f8d8da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from joelhulen/patch-2

    Improved gps location simulation
    joelhulen authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    c84f6ce View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    8098d1d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. Configuration menu
    Copy the full SHA
    4a8331c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    a822c87 View commit details
    Browse the repository at this point in the history