gazebosim / gazebosim/sdformat
Support Data URI for meshes/materials
- Dominant language
- C++
- Stars
- 216
- Forks
- 125
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 14
Description
**Original report ([archived issue](https://osrf-migration.github.io/sdformat-gh-pages/#!/osrf/sdformat/issues/155)) by Shane Loretz (Bitbucket: [Shane Loretz](https://bitbucket.org/%7B656e3311-aad9-45a1-aaf7-b0ee0e84b287%7D/), GitHub: [sloretz](https://github.com/sloretz)).**
----------------------------------------
Currently meshes and materials can be referred to using a uri like `model://my_model/meshes/mymesh.stl`. If the `` tag supported [data uri](https://en.wikipedia.org/wiki/Data_URI_scheme) The mesh or model could be base64 encoded and made part of the model or world file.
This would enable describing a world with just a single .world file. All the resources would be part of the world file.
Contributor guide
Assessment
This issue has not been assessed yet.