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

TODOs #3

Open
3 of 5 tasks
AustinDeric opened this issue Jul 5, 2017 · 0 comments
Open
3 of 5 tasks

TODOs #3

AustinDeric opened this issue Jul 5, 2017 · 0 comments

Comments

@AustinDeric
Copy link
Owner

AustinDeric commented Jul 5, 2017

  • 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.
drchrislewis pushed a commit to drchrislewis/yak that referenced this issue Feb 3, 2021
…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.
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

1 participant