Skip to content

Commit 2dcd3e0

Browse files
committed
Cleanup
1 parent bcd309f commit 2dcd3e0

File tree

3 files changed

+7
-55
lines changed

3 files changed

+7
-55
lines changed

src/lab_sim/objectives/errorcheckvectorsize.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<root BTCPP_format="4" main_tree_to_execute="ErrorCheckVectorSize">
33
<!--//////////-->
4-
<BehaviorTree ID="ErrorCheckVectorSize">
4+
<BehaviorTree ID="ErrorCheckVectorSize" _description="">
55
<Control ID="Sequence">
66
<Action
77
ID="GetSizeOfVector"
@@ -29,7 +29,7 @@
2929
<SubTree ID="ErrorCheckVectorSize">
3030
<MetadataFields>
3131
<Metadata runnable="false" />
32-
<Metadata subcategory="Error Checking" />
32+
<Metadata subcategory="Vector Handling" />
3333
</MetadataFields>
3434
<inout_port name="expected_vector_size" default="1" type="int">
3535
The size the vector should be

src/lab_sim/objectives/simple_test.xml

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/lab_sim/objectives/string_and_vector_example.xml renamed to src/lab_sim/objectives/vector_and_string_example.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<root BTCPP_format="4" main_tree_to_execute="String and Vector Example">
2+
<root BTCPP_format="4" main_tree_to_execute="Vector and String Example">
33
<BehaviorTree
4-
ID="String and Vector Example"
5-
_description=""
4+
ID="Vector and String Example"
5+
_description="Showcases creating, inserting, replacing, and removing strings from a vector, as well as reading strings from file and publishing them to ROS."
66
_favorite="false"
77
>
88
<Control ID="Sequence" name="TopLevelSequence">
@@ -82,10 +82,10 @@
8282
</Control>
8383
</BehaviorTree>
8484
<TreeNodesModel>
85-
<SubTree ID="String and Vector Example">
85+
<SubTree ID="Vector and String Example">
8686
<MetadataFields>
8787
<Metadata runnable="true" />
88-
<Metadata subcategory="_Dave Tests" />
88+
<Metadata subcategory="Vector Handling" />
8989
</MetadataFields>
9090
</SubTree>
9191
</TreeNodesModel>

0 commit comments

Comments
 (0)