Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assertion "numVertices <= numEdges" failed in meaningfulPreprocessData() #550

Open
mardaren opened this issue Feb 5, 2024 · 1 comment

Comments

@mardaren
Copy link

mardaren commented Feb 5, 2024

I installed the RaiSim into my Ubuntu 22.04 machine today and followed the instructions in the installation document. It gives the error below and I tried to uninstall and reinstall the RaiSim several times:

[2024:02:05:15:08:53 World.cpp:1397] RaiSim is in debug mode.

ODE INTERNAL ERROR 1: assertion "numVertices <= numEdges" failed in meaningfulPreprocessData() [/home/jemin/workspace/raisim/ode/ode/src/collision_trimesh_opcode.cpp:298]

The code I want to run was already running smoothly in my other machine but it doesn't work right now.

@jhwangbo
Copy link
Contributor

jhwangbo commented Feb 6, 2024

In the debugging mode, Raisim is checking if the mesh file is correct or not. Raisim only accepts triangular mesh. Either the mesh contains a quadralaterals or the mesh file is broken

If you compile it in release mode, you can bypass that check but you might get other errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants