diff --git a/Migration.md b/Migration.md index 0029c6f84..90cb8dda4 100644 --- a/Migration.md +++ b/Migration.md @@ -221,6 +221,10 @@ but with improved human-readability.. ## SDF protocol 1.7 to 1.8 +### Modifications + +1. **joint.sdf** `child` and `parent` elements accept frame names instead of only link names + ### Deprecations 1. **joint.sdf** `initial_position` element in `` and `` is deprecated diff --git a/sdf/1.8/joint.sdf b/sdf/1.8/joint.sdf index 42a8cfe99..f58fa75fd 100644 --- a/sdf/1.8/joint.sdf +++ b/sdf/1.8/joint.sdf @@ -21,11 +21,11 @@ - Name of the parent link or "world". + Name of the parent frame or "world". - Name of the child link. The value "world" may not be specified. + Name of the child frame. The value "world" may not be specified.