Skip to content

Commit 3ccd2e7

Browse files
committed
formatting
1 parent 4c5a65a commit 3ccd2e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

behaviortree_ros2/ros_behavior_wrappers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Return false if the request should not be sent. In that case, RosActionNode::onF
1313

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

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

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

6262
### bool latchLastMessage()
6363

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

0 commit comments

Comments
 (0)