Skip to content

Commit

Permalink
Adjust spawn location of the breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Koenig committed Apr 28, 2020
1 parent 8841390 commit a1a886b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def spawner(_name, _modelURI, _worldName, _x, _y, _z, _roll, _pitch, _yaw)
<breadcrumb>"
<sdf version="1.6">
<model name="#{_name}__breadcrumb__">
<pose>-1.2 0 0 0 0 0</pose>
<pose>-0.45 0 0 0 0 0</pose>
<include>
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Breadcrumb Node</uri>
</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def spawner(_name, _modelURI, _worldName, _x, _y, _z, _roll, _pitch, _yaw)
<breadcrumb>"
<sdf version="1.6">
<model name="#{_name}__breadcrumb__">
<pose>-1.2 0 0 0 0 0</pose>
<pose>-0.45 0 0 0 0 0</pose>
<include>
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Breadcrumb Node</uri>
</include>
Expand Down
4 changes: 2 additions & 2 deletions subt_ign/launch/cave_circuit.ign
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
" <breadcrumb>\n"\
" <sdf version=\"1.6\">\n"\
" <model name=\"#{_name}__breadcrumb__\">\n"\
" <pose>-1.2 0 0 0 0 0</pose>\n"\
" <pose>-0.45 0 0 0 0 0</pose>\n"\
" <include>\n"\
" <uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Breadcrumb Node</uri>\n"\
" </include>\n"\
Expand Down Expand Up @@ -630,7 +630,7 @@
" <breadcrumb>\n"\
" <sdf version=\"1.6\">\n"\
" <model name=\"#{_name}__breadcrumb__\">\n"\
" <pose>-1.2 0 0 0 0 0</pose>\n"\
" <pose>-0.24 0 0 0 0 0</pose>\n"\
" <include>\n"\
" <uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Breadcrumb Node</uri>\n"\
" </include>\n"\
Expand Down
4 changes: 2 additions & 2 deletions subt_ign/launch/cloudsim_sim.ign
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
" <breadcrumb>\n"\
" <sdf version=\"1.6\">\n"\
" <model name=\"#{_name}__breadcrumb__\">\n"\
" <pose>-1.2 0 0 0 0 0</pose>\n"\
" <pose>-0.45 0 0 0 0 0</pose>\n"\
" <include>\n"\
" <uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Breadcrumb Node</uri>\n"\
" </include>\n"\
Expand Down Expand Up @@ -665,7 +665,7 @@
" <breadcrumb>\n"\
" <sdf version=\"1.6\">\n"\
" <model name=\"#{_name}__breadcrumb__\">\n"\
" <pose>-1.2 0 0 0 0 0</pose>\n"\
" <pose>-0.24 0 0 0 0 0</pose>\n"\
" <include>\n"\
" <uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Breadcrumb Node</uri>\n"\
" </include>\n"\
Expand Down

0 comments on commit a1a886b

Please sign in to comment.