Skip to content

Commit

Permalink
Merge pull request rosjava#69 from exo-core/action-generation
Browse files Browse the repository at this point in the history
renamed message action response to result
  • Loading branch information
Juan Ignacio Ubeira authored Aug 29, 2018
2 parents f5f3ea9 + 13f3a6f commit 608812f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void writeActionInterfaces(File outputDirectory, Collection<String> pack
MessageDeclaration goalDeclaration =
MessageDeclaration.of(actionType.getType() + "Goal", goalResultAndFeedback.get(0));
MessageDeclaration resultDeclaration =
MessageDeclaration.of(actionType.getType() + "Response", goalResultAndFeedback.get(1));
MessageDeclaration.of(actionType.getType() + "Result", goalResultAndFeedback.get(1));
MessageDeclaration feedbackDeclaration =
MessageDeclaration.of(actionType.getType() + "Feedback", goalResultAndFeedback.get(2));

Expand Down

0 comments on commit 608812f

Please sign in to comment.