File tree Expand file tree Collapse file tree 3 files changed +23
-27
lines changed Expand file tree Collapse file tree 3 files changed +23
-27
lines changed Original file line number Diff line number Diff line change 18
18
<root BTCPP_format="4" >
19
19
20
20
<BehaviorTree ID="MainTree">
21
- <Sequence>
22
- <!-- Interpolate from the initial position to the final one printing
23
- at each step. -->
24
- <ReactiveSequence name="root">
25
- <Print value="{interpolated}" />
26
- <Interpolate x0="[1.0, 0.0]" x1="[0.0, 1.0]" out="{interpolated}" />
27
- </ReactiveSequence>
28
- </Sequence>
21
+ <!-- Interpolate from the initial position to the final one printing at
22
+ each step. -->
23
+ <ReactiveSequence name="root">
24
+ <Print value="{interpolated}" />
25
+ <Interpolate x0="[1.0, 0.0]" x1="[0.0, 1.0]" out="{interpolated}" />
26
+ </ReactiveSequence>
29
27
</BehaviorTree>
30
28
31
29
</root>
Original file line number Diff line number Diff line change 28
28
<root BTCPP_format="4" >
29
29
30
30
<BehaviorTree ID="MainTree">
31
- <Sequence>
32
- <ReactiveSequence name="root">
33
- <Print value="{tf}" />
34
- <GetRosTransform frame_id="odom" child_frame_id="base_link" tf="{tf}" />
35
- </ReactiveSequence>
36
- </Sequence>
31
+ <ReactiveSequence name="root">
32
+ <Print value="{tf}" />
33
+ <GetRosTransform frame_id="odom" child_frame_id="base_link" tf="{tf}" />
34
+ </ReactiveSequence>
37
35
</BehaviorTree>
38
36
39
37
</root>
Original file line number Diff line number Diff line change 11
11
<root BTCPP_format="4" >
12
12
13
13
<BehaviorTree ID="MainTree">
14
- <Sequence name="root">
15
- <!-- (C++ node) Put a C++ object on the blackboard -->
16
- <RandomVector vector="{simple}" />
17
- <!-- (Py node) Print it from Python -->
18
- <Print value="{simple}" />
19
-
20
- <!-- (Py node) Put a Python type onto the blackboard -->
21
- <PutVector output="{complex}" />
22
- <!-- (C++ node) Print it from C++ using native C++ types -->
23
- <PrintComplex input="{complex}" />
24
- <!-- (Py node) Print it from Python -->
25
- <Print value="{complex}" />
26
- </Sequence>
14
+ <Sequence name="root">
15
+ <!-- (C++ node) Put a C++ object on the blackboard -->
16
+ <RandomVector vector="{simple}" />
17
+ <!-- (Py node) Print it from Python -->
18
+ <Print value="{simple}" />
19
+
20
+ <!-- (Py node) Put a Python type onto the blackboard -->
21
+ <PutVector output="{complex}" />
22
+ <!-- (C++ node) Print it from C++ using native C++ types -->
23
+ <PrintComplex input="{complex}" />
24
+ <!-- (Py node) Print it from Python -->
25
+ <Print value="{complex}" />
26
+ </Sequence>
27
27
</BehaviorTree>
28
28
29
29
</root>
You can’t perform that action at this time.
0 commit comments