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: Support convex decomposition for meshes #606

Merged
merged 20 commits into from
Apr 22, 2024

Commits on Mar 14, 2024

  1. add support for convex decomposition, add test

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

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

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5a4d561 View commit details
    Browse the repository at this point in the history
  4. support convex hull

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

Commits on Mar 15, 2024

  1. simplification -> optimization

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

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

Commits on Mar 18, 2024

  1. update test

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

Commits on Mar 21, 2024

  1. merge from main

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

Commits on Mar 23, 2024

  1. check mesh in test

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

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

Commits on Mar 26, 2024

  1. merge all submeshes before decomposition. Generalize test

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

Commits on Apr 9, 2024

  1. store mesh in mesh manager

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

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

Commits on Apr 10, 2024

  1. do not move

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e51a2c2 View commit details
    Browse the repository at this point in the history
  2. add convex decomp test with v shape

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

Commits on Apr 18, 2024

  1. tune globalCfm

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

Commits on Apr 19, 2024

  1. merge from main

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    65e0c84 View commit details
    Browse the repository at this point in the history
  2. fixing tests, use softer contacts

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

Commits on Apr 22, 2024

  1. fix win warnings

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