Skip to content

Commit

Permalink
BUG: add missing plugin element to include
Browse files Browse the repository at this point in the history
Signed-off-by: FirefoxMetzger <[email protected]>
  • Loading branch information
FirefoxMetzger committed Aug 12, 2021
1 parent 62ef0bf commit 232ac5c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdf/1.5/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<element name="pose" type="pose" default="0 0 0 0 0 0" required="0">
<description>Override the pose of the included model. A position and orientation in the global coordinate frame for the model. Position(x,y,z) and rotation (roll, pitch yaw) in the global coordinate frame.</description>
</element>
<include filename="plugin.sdf" required="*"/>

<element name="name" type="string" default="" required="0">
<description>Override the name of the included model.</description>
Expand Down
1 change: 1 addition & 0 deletions sdf/1.5/world.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</element>

<include filename="pose.sdf" required="0"/>
<include filename="plugin.sdf" required="*"/>
</element>


Expand Down
1 change: 1 addition & 0 deletions sdf/1.6/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<element name="pose" type="pose" default="0 0 0 0 0 0" required="0">
<description>Override the pose of the included model. A position and orientation in the global coordinate frame for the model. Position(x,y,z) and rotation (roll, pitch yaw) in the global coordinate frame.</description>
</element>
<include filename="plugin.sdf" required="*"/>

<element name="name" type="string" default="" required="0">
<description>Override the name of the included model.</description>
Expand Down
1 change: 1 addition & 0 deletions sdf/1.6/world.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</element>

<include filename="pose.sdf" required="0"/>
<include filename="plugin.sdf" required="*"/>
</element>

<element name="gravity" type="vector3" default="0 0 -9.8" required="1">
Expand Down
1 change: 1 addition & 0 deletions sdf/1.7/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
</element>

<include filename="pose.sdf" required="0"/>
<include filename="plugin.sdf" required="*"/>

<element name="name" type="string" default="" required="0">
<description>Override the name of the included model.</description>
Expand Down
1 change: 1 addition & 0 deletions sdf/1.7/world.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</element>

<include filename="pose.sdf" required="0"/>
<include filename="plugin.sdf" required="*"/>
</element>

<element name="gravity" type="vector3" default="0 0 -9.8" required="1">
Expand Down
1 change: 1 addition & 0 deletions sdf/1.8/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
</element>

<include filename="pose.sdf" required="0"/>
<include filename="plugin.sdf" required="*"/>

<element name="name" type="string" default="" required="0">
<description>Override the name of the included model.</description>
Expand Down
1 change: 1 addition & 0 deletions sdf/1.8/world.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</element>

<include filename="pose.sdf" required="0"/>
<include filename="plugin.sdf" required="*"/>

<element name="placement_frame" type="string" default="" required="0">
<description>The frame inside the included entity whose pose will be set by the specified pose element. If this element is specified, the pose must be specified.</description>
Expand Down

0 comments on commit 232ac5c

Please sign in to comment.