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

Update MH5: Add Short & Long Variants (based on pull request #380) #518

Open
wants to merge 9 commits into
base: kinetic-devel
Choose a base branch
from

Commits on Mar 27, 2023

  1. Add MH5 Short & Long Variants

    acbuynak authored and cjue committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8c21a54 View commit details
    Browse the repository at this point in the history
  2. Increase Collision Mesh Fidelity

    Meshes were simplified using "Quadric Edge Collapse Decimation" method 
    to improve collision planning between L and R links. Attention was made 
    to retain a similar number of faces & verticies as the convex hull had 
    for comparable performance.
    Previous collision meshes were created using the "Convex Hull" method.
    acbuynak authored and cjue committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    22ae043 View commit details
    Browse the repository at this point in the history
  3. Reduced MH5L Visual Mesh Size

    Reduced MH5L "L" and "R" link mesh file sizes from ~2MB to suggested < 1 MB.
    Mesh files were reduced using "Quadric Edge Collapse Decimation" method
    with priority to maintaining boundary location and quality of polygons.
    acbuynak authored and cjue committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8b799c2 View commit details
    Browse the repository at this point in the history
  4. Removed Duplicate Meshes

    Link meshes for the MH5L matching those of the MH5 were removed.
    Effected URDF references redirected to MH5 meshes.
    Moved unique "link-s" mesh to dedicated mh5_old_variants directory.
    Updated changelog to reflect shared meshes.
    acbuynak authored and cjue committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9745387 View commit details
    Browse the repository at this point in the history
  5. Fix XML Tag Mismatch

    acbuynak authored and cjue committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    29b3149 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eead220 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1128e67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    625eb57 View commit details
    Browse the repository at this point in the history
  9. add mh5&mh5l opw config

    cjue committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    17c7d81 View commit details
    Browse the repository at this point in the history