Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 941 Bytes

collada_world_exporter.md

File metadata and controls

25 lines (19 loc) · 941 Bytes

\page collada_world_exporter Collada World Exporter

The Collada world exporter is a world plugin that automatically generates a Collada mesh consisting of the models within a world SDF file. This plugin can be useful if you'd like to share an SDF world without requiring an SDF loader.

Using the Collada World Exporter

  1. Add the following lines as a child to the <world> tag in an SDF file.
<plugin
  filename="ignition-gazebo-collada-world-exporter-system"
  name="ignition::gazebo::systems::ColladaWorldExporter">
</plugin>
  1. Run the world using
ign gazebo -v 4 -s -r --iterations 1 WORLD_FILE_NAME
  1. A subdirectory, named after the world, has been created in the current working directory. Within this subdirectory is the mesh and materials for the world.

Refer to the collada_world_exporter.sdf example.