longer roll steps

This commit is contained in:
Pascal Brisset
2007-06-17 16:40:32 +00:00
parent 3653b1a6c0
commit 64e8e3e3d6
+2 -2
View File
@@ -111,8 +111,8 @@
<block name="step_roll_10">
<while cond="TRUE">
<attitude roll="10.0" until=" stage_time > 3" vmode="alt" alt="250"/>
<attitude roll="-10.0" until="stage_time > 3" vmode="alt" alt="250"/>
<attitude roll="10.0" until=" stage_time > 6" vmode="alt" alt="250"/>
<attitude roll="-10.0" until="stage_time > 6" vmode="alt" alt="250"/>
</while>
</block>