Skip to content

Commit 6f749e0

Browse files
committed
add BTCPP_format to BT xmls
1 parent ad496a1 commit 6f749e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

opennav_coverage_bt/behavior_trees/navigate_w_basic_row_complete_coverage.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This BT shows field file usage with the row coverage server
1212
-->
1313

14-
<root main_tree_to_execute="MainTree">
14+
<root BTCPP_format="4" main_tree_to_execute="MainTree">
1515
<BehaviorTree ID="MainTree">
1616
<RateController hz="0.0000001"> <!-- once, for demo -->
1717
<Sequence name="NavigateWithoutReplanning">

opennav_coverage_bt/test/test_cancel_complete_coverage.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ TEST_F(CancelCoverageActionTestFixture, test_ports)
125125
{
126126
std::string xml_txt =
127127
R"(
128-
<root main_tree_to_execute = "MainTree" >
128+
<root BTCPP_format="4" main_tree_to_execute="MainTree">
129129
<BehaviorTree ID="MainTree">
130130
<CancelCoverage name="CoverageCancel"/>
131131
</BehaviorTree>

opennav_coverage_bt/test/test_compute_coverage_path.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ TEST_F(ComputeCoveragePathActionTestFixture, test_tick)
123123
// create tree
124124
std::string xml_txt =
125125
R"(
126-
<root main_tree_to_execute = "MainTree" >
126+
<root BTCPP_format="4" main_tree_to_execute="MainTree">
127127
<BehaviorTree ID="MainTree">
128128
<ComputeCoveragePath nav_path="{path}"/>
129129
</BehaviorTree>

0 commit comments

Comments
 (0)