| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -166,12 +166,12 @@ RosActionNode<behaviortree_ros::FibonacciAction>(handle, name, conf) {} | |||
| 166 | 166 | sum = "{add_two_result}" /> | |
| 167 | 167 | <PrintValue message="{add_two_result}"/> | |
| 168 | 168 | ||
| 169 | - <RetryUntilSuccesful num_attempts="4"> | ||
| 169 | + <RetryUntilSuccessful num_attempts="4"> | ||
| 170 | 170 | <Timeout msec="300"> | |
| 171 | 171 | <Fibonacci server_name="fibonacci" order="5" | |
| 172 | 172 | result="{fibonacci_result}" /> | |
| 173 | 173 | </Timeout> | |
| 174 | - </RetryUntilSuccesful> | ||
| 174 | + </RetryUntilSuccessful> | ||
| 175 | 175 | <PrintValue message="{fibonacci_result}"/> | |
| 176 | 176 | </Sequence> | |
| 177 | 177 | </BehaviorTree> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments