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

[ROS-O] patches #113

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

[ROS-O] patches #113

wants to merge 6 commits into from

Commits on Aug 19, 2024

  1. Fix rvalue error

    (Taken from upstream wg-perception#111)
    Update face_detection.cpp
    Tobias-Fischer authored and v4hn committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e40b21e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d99e3d View commit details
    Browse the repository at this point in the history
  3. reimplement probability as the old version gave results between the c…

    …lass labels which might not be between 0 and 1.
    semeyerz authored and v4hn committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ee9f463 View commit details
    Browse the repository at this point in the history
  4. comparator needs to be const for set::find

    That was not enforced in earlier standards.
    v4hn committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bb89d40 View commit details
    Browse the repository at this point in the history
  5. Fix Python 3 issue and bug

    - RuntimeError: dictionary changed size during iteration
    
    - `id()` doesn't exist
    LdwgWffnschmdt authored and v4hn committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4bac199 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. drop further uses of implicitly included _1

    Use lambdas here as they are more appropriate.
    v4hn committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cfd7892 View commit details
    Browse the repository at this point in the history