robotics-toolbox-python
robotics-toolbox-python copied to clipboard
Cannot add .OBJ files to Swift
Describe the bug I can create a spatialgeometry.Mesh object in which the input is an .obj file. But, when I try to add this Mesh to Swift I receive the message (in the web browser) "An unexpected error has occurred."
Version information
Installed from PyPi, version 1.0.6
To Reproduce
- Create a Mesh object from a .obj file
- Add it to a Swift environment
Expected behavior I should be able to see the mesh I've loaded