We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a01b03 commit 6911228Copy full SHA for 6911228
std_msgs/msg/Result.msg
@@ -14,5 +14,5 @@ uint8 RESULT_OPERATION_FAILED = 4 # Request could not be completed succe
14
# Implementation rule: check extended codes for called service
15
# (e.g. SpawnEntity) to provide a return code which is more specific.
16
17
-uint8 result # Result to be checked on return from service interface call
+int32 result # Result to be checked on return from service interface call
18
string error_message # Additional error description when useful.
0 commit comments