jsk-ros-pkg / jsk_model_tools

JSK model utilities
https://github.com/jsk-ros-pkg/jsk_model_tools
BSD 3-Clause "New" or "Revised" License
6 stars 29 forks source link

Always make pqpmodel for detailed shape #125

Closed snozawa closed 9 years ago

snozawa commented 9 years ago

Always make pqpmodel for detailed shape according to https://github.com/euslisp/jskeus/pull/232

k-okada commented 9 years ago

humm, it complicated

snozawa commented 9 years ago

:make-collision-model-for-links -> only supported in euscollada robot?

Exactly.

qhull-faceset -> convex hull faceset, used for geometric representation
gl-vertices -> original mesh , used for gl display

Currently, not. gl-vertices is used for gl display, detailed geometric representation, and currently used for collision checking like self-collision-cehck. qhull-faceset is used for simple geometric representation.

We already discussed about this.

Related PR and isseue: