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

Add Vadere trajectory loader #382

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Jul 26, 2024

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

Commits on Aug 6, 2024

  1. Refactor trajectory_loader for Vadere trajectories

    Simon Rahn committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ac65d62 View commit details
    Browse the repository at this point in the history
  2. Refactor using scripts/format.sh

    Simon Rahn committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bfe1d56 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Add test_load_trajectory_from_vadere_no_data

    Simon Rahn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d739abb View commit details
    Browse the repository at this point in the history
  2. Add test_load_trajectory_from_vadere_reference_file including referen…

    …ce file (created with Vadere 3.0, d79a4bfd)
    Simon Rahn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5dc5505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bea69e View commit details
    Browse the repository at this point in the history
  4. Add test_load_trajectory_from_vadere_success

    Simon Rahn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    491f7f2 View commit details
    Browse the repository at this point in the history
  5. Group vadere test functions

    Simon Rahn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e5f6400 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b26626 View commit details
    Browse the repository at this point in the history
  7. Refactor using scripts/format.sh

    Simon Rahn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a3723ec View commit details
    Browse the repository at this point in the history
  8. Refactoring

    Removed commented code
    Simon Rahn committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f0bfcdb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Add load_trajectory_from_vadere to __init__.py

    Simon Rahn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7b1558e View commit details
    Browse the repository at this point in the history
  2. Add Vadere example to jupyter notebook

    * Add scenario and trajectory file
    
    * Update user_guide.ipynb
    Simon Rahn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cbad152 View commit details
    Browse the repository at this point in the history
  3. Add draft for load_walkable_area_from_vadere_scenario

    Simon Rahn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dade283 View commit details
    Browse the repository at this point in the history
  4. Update vadere scenario and trajectory files

    Simon Rahn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    533f721 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    241168e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    420289e View commit details
    Browse the repository at this point in the history
  2. Update jupyter notebook

    Simon Rahn committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2b84da7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add decimal places as input variable

    This allows us to explicitly handle floating point errors that occur when transforming walkable areas and shapely polygons
    Simon Rahn committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2d4a08c View commit details
    Browse the repository at this point in the history
  2. Add test_load_walkable_area_from_vadere_scenario

    Simon Rahn committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c0abee1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge 'main' into branch 'load_vadere_trajectories'

    Resolve merge conflicts
    Simon Rahn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b948129 View commit details
    Browse the repository at this point in the history
  2. Refactor error messages and syntax

    Simon Rahn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dbb924d View commit details
    Browse the repository at this point in the history
  3. Correct input argument that leads to error

    Simon Rahn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    40800a9 View commit details
    Browse the repository at this point in the history