Skip to content

Commit

Permalink
Update spawner syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jun 19, 2020
1 parent 9d419bf commit 4d8f23b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def spawner(_name, _modelURI, _worldName, _x, _y, _z, _roll, _pitch, _yaw)
topScan=1
bottomScan=1
rgbdCam=1
<plugin name="ignition::launch::GazeboFactory"
filename="libignition-launch-gazebo-factory.so">
end
<spawn name="${_name}">
<name>#{_name}</name>
<allow_renaming>false</allow_renaming>
<pose>#{_x} #{_y} #{_z + 0.2} #{_roll} #{_pitch} #{_yaw}</pose>
Expand Down Expand Up @@ -197,8 +197,8 @@ def spawner(_name, _modelURI, _worldName, _x, _y, _z, _roll, _pitch, _yaw)
</plugin>
</include>
</sdf>
</plugin>
</spawn>
HEREDOC
end

Expand Down

0 comments on commit 4d8f23b

Please sign in to comment.