Skip to content

Commit 0a687ae

Browse files
authored
Merge pull request #568 from bitcraze/Aris/AddedArmingInExample
Added arming in asynchronized swarm example
2 parents eab78e4 + 6b10a11 commit 0a687ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/swarm/asynchronizedSwarm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,8 @@ def async_flight(scf):
152152
swarm.parallel_safe(start_position_printing)
153153
time.sleep(0.1)
154154

155+
swarm.parallel_safe(arm)
156+
time.sleep(0.5)
157+
155158
swarm.parallel_safe(async_flight)
156159
time.sleep(1)

0 commit comments

Comments
 (0)