Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed May 5, 2024
1 parent 4c5a65a commit 3ccd2e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions behaviortree_ros2/ros_behavior_wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Return false if the request should not be sent. In that case, RosActionNode::onF

### BT::NodeStatus onResultReceived(const WrappedResult& result)

Required callback invoked when the result is received by the server.
Required callback invoked when the result is received by the server.
It is up to the user to define if the action returns SUCCESS or FAILURE.

### BT::NodeStatus onFeedback(const std::shared_ptr<const Feedback> feedback)
Expand Down Expand Up @@ -61,6 +61,6 @@ Required callback invoked in the tick. You must return either SUCCESS of FAILURE

### bool latchLastMessage()

Optional callback to latch the message that has been processed.
If returns false and no new message is received, before next call there will be no message to process.
If returns true, the next call will process the same message again, if no new message received.
Optional callback to latch the message that has been processed.
If returns false and no new message is received, before next call there will be no message to process.
If returns true, the next call will process the same message again, if no new message received.

0 comments on commit 3ccd2e7

Please sign in to comment.