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
If a mesh object in obj format is used as collision object, MARS crashes with a segmentation fault, when that object has an object name specified, e.g. "o objectname".
quick bash workaround to be executed from within the mesh directory: for file in $(ls *.obj);do sed -i '/^o /d' $file; done
The text was updated successfully, but these errors were encountered:
If a mesh object in obj format is used as collision object, MARS crashes with a segmentation fault, when that object has an object name specified, e.g. "o objectname".
quick bash workaround to be executed from within the mesh directory:
for file in $(ls *.obj);do sed -i '/^o /d' $file; done
The text was updated successfully, but these errors were encountered: