Skip to content
Merged
Show file tree
Hide file tree
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/swarm/hl-commander-swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def run_shared_sequence(scf):
'radio://0/30/2M/E7E7E7E711',
'radio://0/30/2M/E7E7E7E712',
# 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
}

if __name__ == '__main__':
Expand Down
1 change: 1 addition & 0 deletions examples/swarm/swarmSequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
from cflib.crazyflie.swarm import Swarm

# Change uris and sequences according to your setup
# URIs in a swarm using the same radio must also be on the same channel
URI1 = 'radio://0/70/2M/E7E7E7E701'
URI2 = 'radio://0/70/2M/E7E7E7E702'
URI3 = 'radio://0/70/2M/E7E7E7E703'
Expand Down
1 change: 1 addition & 0 deletions examples/swarm/swarmSequenceCircle.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
from cflib.crazyflie.swarm import Swarm

# Change uris according to your setup
# URIs in a swarm using the same radio must also be on the same channel
URI0 = 'radio://0/70/2M/E7E7E7E7E7'
URI1 = 'radio://0/110/2M/E7E7E7E702'
URI2 = 'radio://0/94/2M/E7E7E7E7E7'
Expand Down
1 change: 1 addition & 0 deletions examples/swarm/synchronizedSequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'radio://0/10/2M/E7E7E7E702', # cf_id 1, startup position [ 0, 0]
'radio://0/10/2M/E7E7E7E703', # cf_id 3, startup position [0.5, 0.5]
# 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
]

sequence = [
Expand Down
Loading