Skip to content

Commit

Permalink
add BTCPP_format to BT xmls
Browse files Browse the repository at this point in the history
  • Loading branch information
adivardi committed Nov 26, 2024
1 parent ad496a1 commit 6f749e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
This BT shows field file usage with the row coverage server
-->

<root main_tree_to_execute="MainTree">
<root BTCPP_format="4" main_tree_to_execute="MainTree">
<BehaviorTree ID="MainTree">
<RateController hz="0.0000001"> <!-- once, for demo -->
<Sequence name="NavigateWithoutReplanning">
Expand Down
2 changes: 1 addition & 1 deletion opennav_coverage_bt/test/test_cancel_complete_coverage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ TEST_F(CancelCoverageActionTestFixture, test_ports)
{
std::string xml_txt =
R"(
<root main_tree_to_execute = "MainTree" >
<root BTCPP_format="4" main_tree_to_execute="MainTree">
<BehaviorTree ID="MainTree">
<CancelCoverage name="CoverageCancel"/>
</BehaviorTree>
Expand Down
2 changes: 1 addition & 1 deletion opennav_coverage_bt/test/test_compute_coverage_path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TEST_F(ComputeCoveragePathActionTestFixture, test_tick)
// create tree
std::string xml_txt =
R"(
<root main_tree_to_execute = "MainTree" >
<root BTCPP_format="4" main_tree_to_execute="MainTree">
<BehaviorTree ID="MainTree">
<ComputeCoveragePath nav_path="{path}"/>
</BehaviorTree>
Expand Down

0 comments on commit 6f749e0

Please sign in to comment.