Home
FAQ
Player
Utilities
Stage
Gazebo
Contrib
Documentation
Publications
Contributors
Users

Project
Download
Bugs/Feedback
Mailing lists

Radish

Old news
Old stuff

Factory
[Models]

The Factory model maintains no physical characteristics, but instead allows the user to dynamically create models at runtime. A model is instantiated by passing an XML character string to a Factory model. The character string uses the same model format as the .world files. Note that the string should only contain the model description, and no other tags. The XML string is passed into Gazebo through the gz_factory interface which has the same interface as the Player speech device.

libgazebo interfaces
This model supports the factory interface.

Player drivers
A new model is created using the gz_factory driver.

Attributes
The following attributes are supported.

  • id (string)
    • The model ID string (used by libgazebo to identify models).
    • Default: empty

Bodies
This model does not have a physical representation.

Example
<model:Factory>
  <id>factory0</id>
</model:Factory>

Authors
Chris Jones


Last updated $Date: 2004/12/21 01:49:15 $
Generated on Sun May 22 18:39:09 2005 for Gazebo by doxygen 1.4.2