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
Directory for generated meshes is hardcoded; change to be a ROS parameter.
Serialized TSDF volume is very inefficient, since it's a dense representation of a sparse volume.
Change serialization to make better use of space (requires work on the kinfu side too).
Mesh normals are always inverted. Can be easily fixed manually in MeshLab but that's contrary to the spirit of things! Programmatically set normal directions when writing .obj.
Currently uses OpenVBD's standard meshing algorithm. Adaptive meshing could be more efficient.
The text was updated successfully, but these errors were encountered:
…ments
- Make Yak a pure CMake package without dependencies on ROS or ROS build tools.
- Use modern CMake practices and improvements to CUDA support. Increase minimum required CMake version to 3.10.
- Add better installation instructions and dependency documentation to README.md.
The text was updated successfully, but these errors were encountered: