init
This commit is contained in:
20
src/cyy_navigation2/bt/odometry_calibration.xml
Normal file
20
src/cyy_navigation2/bt/odometry_calibration.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<!--
|
||||
his Behavior Tree drives in a square for odometry calibration experiments
|
||||
-->
|
||||
|
||||
<root main_tree_to_execute="MainTree">
|
||||
<BehaviorTree ID="MainTree">
|
||||
<Repeat num_cycles="3">
|
||||
<Sequence name="Drive in a square">
|
||||
<DriveOnHeading dist_to_travel="2.0" speed="0.2" time_allowance="12"/>
|
||||
<Spin spin_dist="1.570796" is_recovery="false"/>
|
||||
<DriveOnHeading dist_to_travel="2.0" speed="0.2" time_allowance="12"/>
|
||||
<Spin spin_dist="1.570796" is_recovery="false"/>
|
||||
<DriveOnHeading dist_to_travel="2.0" speed="0.2" time_allowance="12"/>
|
||||
<Spin spin_dist="1.570796" is_recovery="false"/>
|
||||
<DriveOnHeading dist_to_travel="2.0" speed="0.2" time_allowance="12"/>
|
||||
<Spin spin_dist="1.570796" is_recovery="false"/>
|
||||
</Sequence>
|
||||
</Repeat>
|
||||
</BehaviorTree>
|
||||
</root>
|
||||
Reference in New Issue
Block a user