We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92738ab commit ae1b0b4Copy full SHA for ae1b0b4
1 file changed
plugins/de.fraunhofer.ipa.ros.xtext/src/de/fraunhofer/ipa/ros/Ros.xtext
@@ -84,22 +84,22 @@ Node returns Node:
84
subscriber+=Subscriber*
85
END
86
)|
87
- ('serviceserver:'
+ ('serviceservers:'
88
BEGIN
89
serviceserver+=ServiceServer*
90
91
92
- ('serviceclient:'
+ ('serviceclients:'
93
94
serviceclient+=ServiceClient*
95
96
97
- ('actionserver:'
+ ('actionservers:'
98
99
actionserver+=ActionServer*
100
101
102
- ('actionclient:'
+ ('actionclients:'
103
104
actionclient+=ActionClient*
105
0 commit comments