Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower minimum speed limiter speed to 5 km/h #5065

Merged
merged 4 commits into from
May 31, 2017
Merged

Lower minimum speed limiter speed to 5 km/h #5065

merged 4 commits into from
May 31, 2017

Commits on Apr 8, 2017

  1. Configuration menu
    Copy the full SHA
    caf5107 View commit details
    Browse the repository at this point in the history
  2. No minimum speed needed anymore

    Minimum speed limit of 10 km/h was needed in the past due to engine limitations. Multiple user tests have shown that the minimum speed is not needed anymore. The new minimum of 0 km/h allows for example setting walking speed for vehicles (<10 km/h).
    Schmitt-DE authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    b9ce609 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Change minimum required speed for speed limiter to 3 km/h

    To avoid problems with negative speeds (driving backwards) and zero speed, the current change switches from 10 km/h minimum speed to 3 km/h minimum speed. This seems to be the optimal solution to allow all relevant speeds including walking speed.
    Schmitt-DE authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    cd95d3d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Changed minimum required speed to 5 km/h

    Officially the minimum required speed is 10 km/h in the master. Lower minimum needed to set car speed to walking speed of accompanying soldiers. Problems have been reported with 3 kmh/ using cars like ATVs.  Thus the new commit is set to 5 km/h minimum speed. Not tested with ATVs yet.
    Schmitt-DE authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    de4959e View commit details
    Browse the repository at this point in the history