An effort to replace ROS packages describing a robot (a directory structure with URDF, SRDF, OBJ-MTL-STL-salad) with a single GLTF 2.0 GLB file including URDF and SRDF descriptions in the "extras" field of the GLTF header.
- All geometry is put into a GLTF 2.0
.GLB
file. - Nodes in GLTF scene description are not used, but can be defined for visualization
- The URDF and SRDF descriptions are stored in the
extras
field of the GLTF header. - Using the
extras
field keeps us completely compliant with the spec.