Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 6d5ae13

Browse files
author
Olivier Stasse
committed
Avoid using C++ reserved name in ros messages.
1 parent 71d20a0 commit 6d5ae13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srv/RunCommand.srv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
string input
22
---
33
string result
4-
string stdout
5-
string stderr
4+
string standardoutput
5+
string standarderror

0 commit comments

Comments
 (0)