Skip to content

Commit f5012e5

Browse files
authored
docs(message-guidelines): add plural type naming (#297)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 7bf0bf7 commit f5012e5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/contributing/coding-guidelines/ros-nodes/message-guidelines.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The accepted formats are:
1010
- `.srv`
1111
- `.action`
1212

13+
## Naming
14+
15+
!!! warning ""
16+
17+
Under Construction
18+
19+
Use `Array` as a suffix when creating a plural type of a message. This suffix is commonly used in [common_interfaces](https://github.com/ros2/common_interfaces).
20+
1321
## Default units
1422

1523
All the fields by default have the following units depending on their types:

0 commit comments

Comments
 (0)