Skip to content

Conversation

@matafela
Copy link
Collaborator

@matafela matafela commented Jan 21, 2026

Description

Add urdf collision decomposition tool kit:
python -m embodichain.toolkits.urdf_collision_decomposition.urdf_collision_decomposition --urdf_path your_urdf_file --output_urdf_name output_urdf_filename --max_convex_hull_num 10

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have run the black . command to format the code base.
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Dependencies have been updated, if applicable.

@matafela matafela requested review from Copilot and yuecideng and removed request for Copilot January 21, 2026 08:31
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------
from .urdf_collision_decomposition import generate_urdf_convex_decomposition_collision
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use acd as folder name would be better. It may contains acd for single object or articulaiton links.

)

args = parser.parse_args()
generate_urdf_convex_decomposition_collision(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use generate_urdf_collision_convexes would be better.

@yuecideng
Copy link
Contributor

Add a documentation for this function in Resouces section. Maybe in the following structure:

Resources
    - Toolkits
        - Convex decomposition

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.

3 participants