-
Notifications
You must be signed in to change notification settings - Fork 94
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
How to import real world 3d map into Raisim #602
Comments
We use polycam to record real world map and simulate it in raisim. Raisim uses assimp to visualize mesh, but it only accepts obj for collision. If you can convert it properly then it should work |
This speed is expected. Probably there are million triangles and million collision checks... if you share the mesh file, i can check what is going on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We have successfully downloaded 3D data like gibson/matterport (from: https://github.com/StanfordVL/GibsonEnv/blob/master/gibson/data/README.md). The dataset contain mesh data(*.glb, *.navmesh) of real world houses and can be run on simulators like habitat-sim.
May I know if there is a way to import real world 3D map data like that into the RaiSim simulator for training a quadrupedal robot?
Thank you very much.
The text was updated successfully, but these errors were encountered: