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

Generalize the way properties of a contact constraints are computed, allow for custom implementations #1626

Merged
merged 15 commits into from
Jan 14, 2022

Commits on Dec 18, 2021

  1. Better generalization of contact constraint generation. Now it allows…

    … customizing the whole constraint generation process.
    
    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    6695192 View commit details
    Browse the repository at this point in the history
  2. Add possibility to remove contact surface handlers.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    86add3a View commit details
    Browse the repository at this point in the history
  3. Better generalization of contact constraint generation. Now it allows…

    … customizing the whole constraint generation process.
    
    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    b3306bc View commit details
    Browse the repository at this point in the history
  4. Improve comment.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    bc1d9e9 View commit details
    Browse the repository at this point in the history
  5. Addressed comments from review.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    312d485 View commit details
    Browse the repository at this point in the history
  6. clang-format.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    ea4a6fe View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Apply suggestions from code review

    Co-authored-by: Jeongseok Lee <jslee02@users.noreply.github.com>
    peci1 and jslee02 authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    5a7049b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b27247 View commit details
    Browse the repository at this point in the history
  3. Changes according to review.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    6fc2ecc View commit details
    Browse the repository at this point in the history
  4. More verbose docs.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    6fab7f3 View commit details
    Browse the repository at this point in the history
  5. Added test for ConstraintSolver surface handler.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    375745f View commit details
    Browse the repository at this point in the history
  6. Check for a possible infinite recursion and prevent it.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e55144d View commit details
    Browse the repository at this point in the history
  7. Trying to fix build on Mac.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    4fcf9f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

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