Skip to content

Commit

Permalink
clarify file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms committed Sep 8, 2022
1 parent d8fca75 commit 8937efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/specification/appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the `data` field contains the concatenated `.msg` file content that is sent in t
The top-level message definition is present first, with no delimiter. All dependent `.msg` definitions are preceded by a two-line delimiter:

- One line containing exactly 80 `=` characters
- One line containing `MSG: <package resource name>` for that type.
- One line containing `MSG: <package resource name>` for that type. The space between `MSG:` and the package resource name is mandatory. The package resource name does not include a file extension.

This format can be reproduced using [gendeps --cat](http://wiki.ros.org/roslib/gentools).

Expand All @@ -101,7 +101,7 @@ The `.msg` definition is stored alongside its dependencies in the same format as
The IDL definition of the type specified by `name` along with all dependent types are stored together. The IDL definitions can be stored in any order. Every definition is preceded by a two-line delimiter:

- a line containing exactly 80 `=` characters, then
- A line containing only `IDL: <package resource name>` for that definition. The space between `IDL:` and the package resource name is mandatory.
- A line containing only `IDL: <package resource name>` for that definition. The space between `IDL:` and the package resource name is mandatory. The package resource name does not include a file extension.

### jsonschema

Expand Down

0 comments on commit 8937efb

Please sign in to comment.