We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273b00b commit e3fbc56Copy full SHA for e3fbc56
tests/gtest_factory.cpp
@@ -82,7 +82,7 @@ static const char* xml_text_subtree_part1 = R"(
82
<BehaviorTree ID="MainTree">
83
<Fallback name="root_selector">
84
<SubTree ID="DoorClosedSubtree" />
85
- <Action ID="PassThroughWindow" />
+ <Action ID="PassThroughDoor" />
86
</Fallback>
87
</BehaviorTree>
88
</root> )";
@@ -93,11 +93,10 @@ static const char* xml_text_subtree_part2 = R"(
93
<BehaviorTree ID="DoorClosedSubtree">
94
<Sequence name="door_sequence">
95
<Decorator ID="Inverter">
96
- <Action ID="IsDoorLocked" />
+ <Action ID="IsDoorClosed" />
97
</Decorator>
98
<Action ID="OpenDoor" />
99
<Action ID="PassThroughDoor" />
100
- <Action ID="CloseDoor" />
101
</Sequence>
102
103
0 commit comments