Add competition_codes/state/run10_experimental.py
This commit is contained in:
16
competition_codes/state/run10_experimental.py
Normal file
16
competition_codes/state/run10_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(260)
|
||||
left_arm.run_angle(300,218)
|
||||
|
||||
set_default_speed()
|
||||
await drive_base.straight(-80)
|
||||
await drive_base.turn(30)
|
||||
await drive_base.straight(-300)
|
||||
await drive_base.straight(400)
|
||||
#await left_arm.run_angle(50,120)
|
||||
await drive_base.straight(-200)
|
||||
await left_arm.run_angle(300,-215)
|
||||
await drive_base.straight(-600)
|
||||
drive_base.stop()
|
||||
Reference in New Issue
Block a user