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

Feature/time to collision condition #1258

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on May 21, 2024

  1. Add new struct TimeToCollisionCondition

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1abe1bd View commit details
    Browse the repository at this point in the history
  2. Add new struct TimeToCollisionConditionTarget

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3a6c2b9 View commit details
    Browse the repository at this point in the history
  3. Add new structs RelativeSpeedCondition and DirectionalDimension

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5447363 View commit details
    Browse the repository at this point in the history
  4. Add static member function ConditionEvaluation::evaluateRelativeSpeed

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b09ca1f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Move entity existence check into distance from speceialized distance

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d270cdc View commit details
    Browse the repository at this point in the history
  2. Update RelativeDistanceCondition::distance to static member function

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3be8459 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge remote-tracking branch 'origin/master' into feature/time-to-col…

    …lision-condition
    
    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a7c5b23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcfc37 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Add new static member function RelativeSpeedCondition::evaluate

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6535eeb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge remote-tracking branch 'origin/master' into feature/time-to-col…

    …lision-condition
    
    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a55bcae View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    ee02017 View commit details
    Browse the repository at this point in the history
  2. Remove data member DistanceCondition::consider_z

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    be16d09 View commit details
    Browse the repository at this point in the history
  3. Add const Position & to the argument of DistanceCondition::distance

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    77a1b31 View commit details
    Browse the repository at this point in the history
  4. Update member function CoordinateSystem::distance to be static member

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9b13ccd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Rename (Relative)?DistanceCondition::distance to evaluate

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f95eccb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    138ed19 View commit details
    Browse the repository at this point in the history
  2. Add support for DirectionalDimension to SpeedCondition

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    26e5a41 View commit details
    Browse the repository at this point in the history
  3. Move function hypot into new header cmath/hypot.hpp

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cddc3a5 View commit details
    Browse the repository at this point in the history
  4. Update unordered_map of the Entities base class to private

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5018106 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Add new static member function TimeToCollisionCondition::evaluate

    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fdae8b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 22, 2024

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

Commits on Jul 31, 2024

  1. Merge remote-tracking branch 'origin/master' into feature/time-to-col…

    …lision-condition
    
    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    79a9ac8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 8, 2024

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

Commits on Aug 28, 2024

  1. Merge remote-tracking branch 'origin/master' into feature/time-to-col…

    …lision-condition
    
    Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
    yamacir-kit committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fc5345e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 18, 2024

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

Commits on Sep 25, 2024

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