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

Allow customization of contact surface properties #267

Merged
merged 16 commits into from
Oct 28, 2021

Commits on Oct 6, 2021

  1. Added implementation of contact surface velocity.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 authored and azeey committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    aebcac1 View commit details
    Browse the repository at this point in the history
  2. Fixed codecheck issues.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 authored and azeey committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    dd7ac99 View commit details
    Browse the repository at this point in the history
  3. Fixed issues from review.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 authored and azeey committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    d43eed2 View commit details
    Browse the repository at this point in the history
  4. Exchanged CompositeData for a struct to improve performance.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 authored and azeey committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    54afd19 View commit details
    Browse the repository at this point in the history
  5. Codecheck

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 authored and azeey committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0bbb408 View commit details
    Browse the repository at this point in the history
  6. Updated with latest DART changes

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 authored and azeey committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    031fad8 View commit details
    Browse the repository at this point in the history
  7. Fixed bugs from review

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 authored and azeey committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    2789011 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Detect if contact constraint customization is available

    This allows CI to pass on Focal.
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    65397fb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Fixed CMake for finding whether DART supports contact surface customi…

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

Commits on Oct 25, 2021

  1. Added a test for SetContactJointPropertiesCallback feature.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9025454 View commit details
    Browse the repository at this point in the history
  2. Documented the ContactSurfaceParams struct.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    967e5d3 View commit details
    Browse the repository at this point in the history
  3. Fix include guard.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5080c40 View commit details
    Browse the repository at this point in the history
  4. Fix detection of ContactSurface.hh in macOS

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    7ca8007 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Renamed normalRolling friction to torsional friction.

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

Commits on Oct 28, 2021

  1. Rename ContactJointProperties to ContactProperties.

    Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
    peci1 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    854af93 View commit details
    Browse the repository at this point in the history
  2. Removed JointPtrType.

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