Skip to content

Commit 6911228

Browse files
DLugavanderhoorn
andauthored
Update std_msgs/msg/Result.msg
Co-authored-by: G.A. vd. Hoorn <[email protected]> Signed-off-by: David V. Lu!! <[email protected]>
1 parent 6a01b03 commit 6911228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std_msgs/msg/Result.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ uint8 RESULT_OPERATION_FAILED = 4 # Request could not be completed succe
1414
# Implementation rule: check extended codes for called service
1515
# (e.g. SpawnEntity) to provide a return code which is more specific.
1616

17-
uint8 result # Result to be checked on return from service interface call
17+
int32 result # Result to be checked on return from service interface call
1818
string error_message # Additional error description when useful.

0 commit comments

Comments
 (0)