Skip to content

Commit

Permalink
Fix error_code_id
Browse files Browse the repository at this point in the history
Signed-off-by: redvinaa <redvinaa@gmail.com>
  • Loading branch information
redvinaa committed Jul 5, 2024
1 parent b28c7d9 commit 8ac5f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DockRobotAction
BT::OutputPort<ActionResult::_success_type>(
"success", "If the action was successful"),
BT::OutputPort<ActionResult::_error_code_type>(
"error_code", "Error code"),
"error_code_id", "Error code"),
BT::OutputPort<ActionResult::_num_retries_type>(
"num_retries", "The number of retries executed"),
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class UndockRobotAction
BT::OutputPort<ActionResult::_success_type>(
"success", "If the action was successful"),
BT::OutputPort<ActionResult::_error_code_type>(
"error_code", "Error code"),
"error_code_id", "Error code"),
});
}
};
Expand Down

0 comments on commit 8ac5f97

Please sign in to comment.