Skip to content

Commit

Permalink
Merge branch 'sdf15' into auto_inertia_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
iche033 authored Jan 15, 2025
2 parents e0c808e + fd0292a commit 8918a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdf/1.11/root.sdf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<element name="sdf" required="1">
<description>SDFormat base element that can include one model, actor, light, or worlds. A user of multiple worlds could run parallel instances of simulation, or offer selection of a world at runtime.</description>

<attribute name="version" type="string" default="1.10" required="1">
<attribute name="version" type="string" default="1.11" required="1">
<description>
Version number of the SDFormat specification, consisting of major
and minor versions delimited by a `.` character.
Expand Down
2 changes: 1 addition & 1 deletion sdf/1.12/root.sdf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<element name="sdf" required="1">
<description>SDFormat base element that can include one model, actor, light, or worlds. A user of multiple worlds could run parallel instances of simulation, or offer selection of a world at runtime.</description>

<attribute name="version" type="string" default="1.10" required="1">
<attribute name="version" type="string" default="1.12" required="1">
<description>
Version number of the SDFormat specification, consisting of major
and minor versions delimited by a `.` character.
Expand Down
2 changes: 1 addition & 1 deletion sdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ execute_process(
if (GZ_PROGRAM)

# Update this list as new sdformat spec versions are added.
set(sdf_desc_versions 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11)
set(sdf_desc_versions 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12)

set(description_targets)
foreach(desc_ver ${sdf_desc_versions})
Expand Down

0 comments on commit 8918a83

Please sign in to comment.