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

bullet-featherstone: Update fixed constraint behavior #632

Merged
merged 27 commits into from
Jun 3, 2024

Commits on May 6, 2024

  1. Add FixedJointWeldChildToParent feature and update bullet-featherston…

    …e fixed joint behavior
    
    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    894a348 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4e05844 View commit details
    Browse the repository at this point in the history
  3. lint

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4eae0c4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. remove unused code

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8e32ed8 View commit details
    Browse the repository at this point in the history
  2. disable check on mac

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    12cef38 View commit details
    Browse the repository at this point in the history
  3. add includes

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2e49b03 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. minor collision checking optimization

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e1c1b84 View commit details
    Browse the repository at this point in the history
  2. fixes

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    33af03e View commit details
    Browse the repository at this point in the history
  3. further optimize collision flags

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ab22dfc View commit details
    Browse the repository at this point in the history
  4. style

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    936d164 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. style

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    19adb26 View commit details
    Browse the repository at this point in the history
  2. fixes for bullet version < 3.07

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6c2db26 View commit details
    Browse the repository at this point in the history
  3. check bullet version

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c5e33e9 View commit details
    Browse the repository at this point in the history
  4. more ifdef

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b69191a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c904cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8418966 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Disable collisions between attached bodies (#640)

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey authored May 17, 2024
    Configuration menu
    Copy the full SHA
    755aeb5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. add comments

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    26a72cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0617ae7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Remove SetFixedJointWeldChildToParentFeature. Enforce fixed constrain…

    …t for free group set world pose. Recursively update collider flags on attach / detach
    
    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    d9b0bdb View commit details
    Browse the repository at this point in the history
  2. increase tol for bullet version < 3.07

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    83e31a0 View commit details
    Browse the repository at this point in the history
  3. revert one change

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    12688f9 View commit details
    Browse the repository at this point in the history
  4. update comment

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    97bd03b View commit details
    Browse the repository at this point in the history
  5. update comment

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1de0ede View commit details
    Browse the repository at this point in the history
  6. add note about disable collisions between all links and parent and child

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c921141 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Enforce fixed constraints recursively when setting pose on freegroups (

    …#646)
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    fce556e View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    a112092 View commit details
    Browse the repository at this point in the history