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

OSRM Serializer: Adds voice instructions #4506

Merged
merged 24 commits into from
Feb 11, 2024

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    f652e38 View commit details
    Browse the repository at this point in the history
  2. Apply clang-format

    eikes committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f924b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72cd99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae792d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9d8005 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Adds distance_along_geometry function to determine how far before the…

    … end of the maneuver the voiceInstruction should be heard based on the speed along the end of the maneuver
    eikes committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    17b50e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    f379d3b View commit details
    Browse the repository at this point in the history
  2. Adds CHANGELOG entry

    eikes committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    79394e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8635e1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52e3253 View commit details
    Browse the repository at this point in the history
  5. Apply clang-format

    eikes committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f35eae6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Add comments, ensure distance_along_geometry cannot be longer than di…

    …stance, add tests for short depart and intermediate maneuvers
    eikes committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    15ac327 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Calculate distance_along_geometry by interpolating the meters along t…

    …he final edge based on the elapsed seconds
    eikes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7237a34 View commit details
    Browse the repository at this point in the history
  2. Apply clang format again :D

    eikes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    49bebe5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    1d6be86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568414a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Jan 27, 2024

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

Commits on Feb 9, 2024

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

Commits on Feb 10, 2024

  1. Tyr OSRM serializer voiceInstructions: Use both verbal_transition_ale…

    …rt_instruction and verbal_pre_transition_instruction when they are available
    eikes committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    eb1106d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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