We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16611e7 commit eee2dd6Copy full SHA for eee2dd6
1 file changed
test/test_bt.cpp
@@ -122,7 +122,7 @@ class FibonacciServer : public RosActionNode<behaviortree_ros::FibonacciAction>
122
123
// Simple tree, used to execute once each action.
124
static const char* xml_text = R"(
125
- <root >
+ <root BTCPP_format="4" >
126
<BehaviorTree>
127
<Sequence>
128
<AddTwoInts service_name = "add_two_ints"
@@ -131,10 +131,8 @@ static const char* xml_text = R"(
131
<PrintValue message="{add_two_result}"/>
132
133
<RetryUntilSuccessful num_attempts="4">
134
- <Timeout msec="300">
135
<Fibonacci server_name="fibonacci" order="5"
136
result="{fibonacci_result}" />
137
- </Timeout>
138
</RetryUntilSuccessful>
139
<PrintValue message="{fibonacci_result}"/>
140
</Sequence>
0 commit comments