Skip to content

Commit

Permalink
Fix altitude to elevation (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: frede791 <[email protected]>
  • Loading branch information
frede791 authored Apr 10, 2024
1 parent 3018aa8 commit d754381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions worlds/baylands.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
<world_frame_orientation>ENU</world_frame_orientation>
<latitude_deg>37.412173071650805</latitude_deg>
<longitude_deg>-121.998878727967</longitude_deg>
<elevation>38</elevation>
</spherical_coordinates>
</world>
</sdf>
2 changes: 1 addition & 1 deletion worlds/default.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<world_frame_orientation>ENU</world_frame_orientation>
<latitude_deg>47.397971057728974</latitude_deg>
<longitude_deg> 8.546163739800146</longitude_deg>
<altitude>0</altitude>
<elevation>0</elevation>
</spherical_coordinates>
</world>
</sdf>
2 changes: 1 addition & 1 deletion worlds/windy.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<world_frame_orientation>ENU</world_frame_orientation>
<latitude_deg>47.397971057728974</latitude_deg>
<longitude_deg> 8.546163739800146</longitude_deg>
<altitude>0</altitude>
<elevation>0</elevation>
</spherical_coordinates>
</world>
</sdf>

0 comments on commit d754381

Please sign in to comment.