Skip to content

Commit

Permalink
Add nested models to SDFormat 1.7 proposal (#34)
Browse files Browse the repository at this point in the history
This adds support for nested models to the SDFormat 1.7 proposal.
The spec supports nested models, so even though it wasn't included
in libsdformat 9.2 and earlier, we could consider adding it now.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters authored Aug 14, 2020
1 parent 9fb8f9a commit e8d60cf
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 73 deletions.
2 changes: 1 addition & 1 deletion composition/legacy_behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ a nested model `sphere` defined inside a parent model `Pm`.

#### WARNING

The current version of libsdformat's DOM API (`libsdformat` <= 9.2.x) does not
Early versions of libsdformat's DOM API (`libsdformat` <= 9.2.x) do not
support models defined directly inside parent models. As a workaround, such
models can be accessed using the `Element` API.

Expand Down
Loading

0 comments on commit e8d60cf

Please sign in to comment.