Closed limaolin2017 closed 4 months ago
Could you check if there is a mesh file at this path third_party/RigNet/iiwa_remesh.obj
and visualize it to see if it's a valid mesh? Essentially what my script does is first simplifying the input mesh and saving it to this path, and then loading it back to extract the kinematic chain.
I found 'iiwa_remesh.obj' at this path third_party/RigNet/input_meshes/iiwa_remesh.obj
I think it is valid:
I just pushed a fix to the main branch. Also thank you so much for spotting an error in the documentation! I have also included the fix for the wrong path.
The problem is that the script reads an empty edge when it loads the processed mesh. I think it might be caused by some weird structure in the mesh.
Additionally, if you get an error saying "cannot find ./input_meshes/xxx_normalized.binvox
", please refer to the last point in the Common Install Issues. For some machines, the .binvox
file is not automatically generated by the script. You actually need to run the command yourself to generated the normalized mesh yourself. Then you can rerun extract_skel.py
to generate the kinematic chain.
If you run extract_skel.py
on a machine with graphical interface, a window will pop up to show interactive visualization the extracted kinematic chain in 3D.
It work! Thank you for your help!!!
I just pushed a fix to the main branch. Also thank you so much for spotting an error in the documentation! I have also included the fix for the wrong path.
The problem is that the script reads an empty edge when it loads the processed mesh. I think it might be caused by some weird structure in the mesh.
Additionally, if you get an error saying "cannot find
./input_meshes/xxx_normalized.binvox
", please refer to the last point in the Common Install Issues. For some machines, the.binvox
file is not automatically generated by the script. You actually need to run the command yourself to generated the normalized mesh yourself. Then you can rerunextract_skel.py
to generate the kinematic chain.If you run
extract_skel.py
on a machine with graphical interface, a window will pop up to show interactive visualization the extracted kinematic chain in 3D.
Hi! When I run the following command:
There is an issue: