Skip to content

Commit 2a7dd80

Browse files
committed
Added arm option
1 parent 50622b7 commit 2a7dd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/swarm/leader-follower.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def leader_follower(scf):
194194

195195
swarm.reset_estimators()
196196

197-
# swarm.parallel_safe(arm)
197+
swarm.parallel_safe(arm)
198198

199199
print('Waiting for parameters to be downloaded...')
200200
swarm.parallel_safe(wait_for_param_download)

0 commit comments

Comments
 (0)