Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti and scpeters committed Jun 19, 2024
1 parent baffeaa commit dd47fd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/sdf/basic_shapes.sdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<sdf version="1.12">
<sdf version="1.11">
<world name="shapes_world">
<model name="ground_plane">
<static>true</static>
Expand Down
2 changes: 1 addition & 1 deletion test/sdf/shapes.sdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<sdf version="1.12">
<sdf version="1.11">
<model name="shapes">
<link name="link">
<collision name="box_col">
Expand Down
2 changes: 1 addition & 1 deletion test/sdf/shapes_world.sdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<sdf version="1.12">
<sdf version="1.11">
<world name="shapes_world">
<model name="ground_plane">
<static>true</static>
Expand Down

0 comments on commit dd47fd4

Please sign in to comment.