FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #13 from jackcenter/master · BehaviorTree/BehaviorTree.ROS@f044ae3 · GitHub

Commit f044ae3

Browse files
Merge pull request #13 from jackcenter/master
Update RetryUntilSuccessful node name
2 parents 81f49f0 + bb90dcc commit f044ae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎test/test_bt.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ RosActionNode<behaviortree_ros::FibonacciAction>(handle, name, conf) {}
166166
sum = "{add_two_result}" />
167167
<PrintValue message="{add_two_result}"/>
168168
169-
<RetryUntilSuccesful num_attempts="4">
169+
<RetryUntilSuccessful num_attempts="4">
170170
<Timeout msec="300">
171171
<Fibonacci server_name="fibonacci" order="5"
172172
result="{fibonacci_result}" />
173173
</Timeout>
174-
</RetryUntilSuccesful>
174+
</RetryUntilSuccessful>
175175
<PrintValue message="{fibonacci_result}"/>
176176
</Sequence>
177177
</BehaviorTree>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL