14 lines
502 B
Plaintext
14 lines
502 B
Plaintext
<!-- gazeboid -->
|
|
<element name="gazebo_id" required="0">
|
|
<description>The distributed tag specifies the ip and ID of the local gazebo.</description>
|
|
|
|
<attribute name="num" type="unsigned int" default="0" required="0">
|
|
<description>The type of the distribution(0:client or 1:server).</description>
|
|
</attribute>
|
|
|
|
<element name="model_name" type="string" default="robot" required="0">
|
|
<description>model name in the local gazebo.</description>
|
|
</element>
|
|
|
|
</element> <!-- gazeboid -->
|