Skip to content

Commit

Permalink
Update Migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jul 8, 2024
1 parent f5d2571 commit f84706e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,22 @@ ABI was broken for `sdf::Element`, and restored on version 11.2.1.

## SDFormat specification 1.11 to 1.12

### Modifications

1. **state.sdf**, **model_state.sdf**, **joint_state.sdf**, **link_state.sdf**,
**light_state.sdf**: A `_state` suffix has been added to state element names
to match the `.sdf` file names and for consistency.
+ `//state/light` renamed to `//state/light_state`
+ `//state/model` renamed to `//state/model_state`
+ `//state/model/joint` renamed to `//state/model_state/joint_state`
+ `//state/model/light` renamed to `//state/model_state/light_state`
+ `//state/model/link` renamed to `//state/model_state/link_state`
+ `//state/model/model` renamed to `//state/model_state/model_state`
+ `//state/model/link/collision` renamed to `//state/model_state/link_state/collision_state`

1. `//state/joint_state` has been added to represent the state of a
`//world/joint`.

## SDFormat specification 1.10 to 1.11

### Additions
Expand Down

0 comments on commit f84706e

Please sign in to comment.