Add competition_codes/state/run11_experimental.py
This commit is contained in:
16
competition_codes/state/run11_experimental.py
Normal file
16
competition_codes/state/run11_experimental.py
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
await drive_base.straight(600)
|
||||||
|
drive_base.settings(150, 750, 50, 500)
|
||||||
|
await drive_base.turn(-30)
|
||||||
|
await drive_base.straight(250)
|
||||||
|
#left_arm.run_angle(300,218)
|
||||||
|
|
||||||
|
set_default_speed()
|
||||||
|
await drive_base.straight(-80)
|
||||||
|
await drive_base.turn(30)
|
||||||
|
await drive_base.straight(-180)
|
||||||
|
#await drive_base.straight(400)
|
||||||
|
#await left_arm.run_angle(50,120)
|
||||||
|
#await drive_base.straight(-200)
|
||||||
|
await left_arm.run_angle(300,-300)
|
||||||
|
await drive_base.straight(-600)
|
||||||
|
drive_base.stop()
|
||||||
Reference in New Issue
Block a user