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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cone as a collision shape #639

Merged
merged 9 commits into from
Jun 13, 2024
Merged

Commits on May 15, 2024

  1. Adding cone primitives.

    Squashing commits to make requested target of main with backports to
    harmonic.
    
    Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
    bperseghetti committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7d48115 View commit details
    Browse the repository at this point in the history
  2. Use mesh for DART collisions as cone not supported.

    Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
    bperseghetti committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b447f34 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Apply review suggestions.

    Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
    bperseghetti committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d786fab View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Add cone to shapes tests

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters authored and bperseghetti committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    880f442 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix tpe cone test

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters authored and bperseghetti committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d05546e View commit details
    Browse the repository at this point in the history
  2. dartsim: add CustomConeMeshShape, fix tests

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters authored and bperseghetti committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c41510a View commit details
    Browse the repository at this point in the history
  3. Fixes for bullet-featherstone.

    Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
    bperseghetti committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d8401c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Update dartsim/src/SDFFeatures_TEST.cc

    Co-authored-by: Steve Peters <computersthatmove@gmail.com>
    Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
    bperseghetti and scpeters committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1430917 View commit details
    Browse the repository at this point in the history
  2. Reduce number of overall segments for cone mesh collision.

    Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
    bperseghetti committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6426920 View commit details
    Browse the repository at this point in the history