Open snozawa opened 10 years ago
Could you check if this happens on euslib? They might have slightly different imprementation.
Thank you. As you said, euslib's convex-hull-3d works without error and it seems to have an appropriate shape.
euslib's convex-hull-3d is implemented in jsk/primtpatch.l and jsk/jskgeoc.c.
please check the difference between two code carefully, if you just copy the code from euslib to irteus, then irteus become another euslib, and people do not want to touch them because of it too large and weird, and start talking about creating new more cleaner / simpler euslisp robot model implementation.
OK, I'll try it, but it will take a while.
does this related to https://github.com/euslisp/EusLisp/pull/21?
I'd like to get convex hull for support polygon calculation.
I cannot get convex hull because of "edgeq error" from convex-hull-3d.
I tried the following command:
I obtain the following error:
I also tried quickhull function, but obtained points are not correct (not convex hull).