Replies: 4 comments 15 replies
-
I personally prefer shorter style:
And |
Beta Was this translation helpful? Give feedback.
-
Related to this topic, what do you think about the naming convention of interfaces in launch args?
|
Beta Was this translation helpful? Give feedback.
-
Also, I think we need to define rules for feature flags.
|
Beta Was this translation helpful? Give feedback.
-
Also, rules for parameters?
|
Beta Was this translation helpful? Give feedback.
-
Related issue: autowarefoundation/autoware-documentation#292
Topic prefixes
Currently in Autoware we are using prefixes like:
~/input/
for topics that the node will subscribe to.~/output/
for topics that the node will publish.~/debug/
for topics that the node will publish for debug purposes.Should we keep the convention like this?
Some recommendations I've received were like following:
~/in/
~/out/
~/out/debug/
~/sub/
~/pub/
~/pub/debug/
Service prefixes
For services, we don't have a convention.
Some existing usages:
/planning/static_centerline_optimizer/load_map
_srv
suffix likendt_align_srv
I think we should consider naming like:
~/srv/command_verb
~/service/command_verb
How do you think we should go with the naming?
cc. @mitsudome-r @kenji-miyake @isamu-takagi
Beta Was this translation helpful? Give feedback.
All reactions