You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2020. It is now read-only.
I face a segmentation fault after a few iterations of training if I use mesh collision bodies instead of geometry primitives.
The error persists even if meshes are downsampled to have only a few faces and vertices.
To reproduce:
I use the provided ANYmal example for reproducing the error. Replace the collision tag of feet of the ANYmal example with the provided mesh. And run the anymal_blind_locomotion.py script.
That is, for all 4 feet replace this:
Thank you for providing this impressive work.
I face a segmentation fault after a few iterations of training if I use mesh collision bodies instead of geometry primitives.
The error persists even if meshes are downsampled to have only a few faces and vertices.
To reproduce:
I use the provided ANYmal example for reproducing the error. Replace the collision tag of feet of the ANYmal example with the provided mesh. And run the anymal_blind_locomotion.py script.
That is, for all 4 feet replace this:
with this
Downsampled meshes for left and right feet, and URDF are provided here.