Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fba8d96

Browse files
author
Davide Faconti
committed
tutorial 1 fixed
1 parent 1e5a84a commit fba8d96

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/tutorial_01_first_tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Let's consider the following XML file named __my_tree.xml__:
107107
<root main_tree_to_execute = "MainTree" >
108108
<BehaviorTree ID="MainTree">
109109
<Sequence name="root_sequence">
110-
<SayHello name="action_hello"/>
110+
<CheckBattery name="check_battery"/>
111111
<OpenGripper name="open_gripper"/>
112112
<ApproachObject name="approach_object"/>
113113
<CloseGripper name="close_gripper"/>

examples/t01_build_your_first_tree.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ static const char* xml_text = R"(
2424
2525
<BehaviorTree ID="MainTree">
2626
<Sequence name="root_sequence">
27-
<ApproachObject name="approach"/>
2827
<CheckBattery name="battery_ok"/>
2928
<OpenGripper name="open_gripper"/>
3029
<ApproachObject name="approach_object"/>

0 commit comments

Comments
 (0)