Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/step-by-step/sbs_swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def run_square_sequence(scf: SyncCrazyflie):
'radio://0/20/2M/E7E7E7E703',
'radio://0/20/2M/E7E7E7E704',
# Add more URIs if you want more copters in the swarm
# URIs in a swarm using the same radio must also be on the same channel
]

# The layout of the positions (1m apart from each other):
Expand Down
Loading