isri-aist / jvrc_mj_description

JVRC1 model files for MuJoCo
BSD 2-Clause "Simplified" License
8 stars 4 forks source link

Fix the flipped face normal directions #5

Closed mmurooka closed 1 year ago

mmurooka commented 1 year ago
cd jvrc_mj_description/meshes/convex
for i in `ls *.stl`; do admesh $i --reverse-all --write-binary-stl=$i; done

Before PR

meshlab-before mujoco-before

After PR

meshlab-after mujoco-after