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

Merge bounding boxes and Merge Descriptions #258

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from

Conversation

AbdelrhmanBassiouny
Copy link
Collaborator

@AbdelrhmanBassiouny AbdelrhmanBassiouny commented Jan 17, 2025

If we have multible bouding boxes lets say for multi link objects and want to get a bounding box for a combination or all of this links, this is a way of combining them into a single mesh object.

Currently, it is done in two ways, one is using RandomEvents, and the other is just using all the faces of all the bounding boxes together and making a mesh out of it.

Merging descriptions is basically merging two objects into one object by merging their urdf files into one and attaching them to each other, this is useful when you want to think of two attached objects as one object instead of two.

@AbdelrhmanBassiouny AbdelrhmanBassiouny changed the title Merge bounding boxes Merge bounding boxes and Merge Descroptions Jan 17, 2025
@AbdelrhmanBassiouny AbdelrhmanBassiouny changed the title Merge bounding boxes and Merge Descroptions Merge bounding boxes and Merge Descriptions Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant