Skip to content

How to send synchronous commands to multiple crazyflies #678

Answered by whoenig
Jushan-Randy-Chen asked this question in Q&A
Discussion options

You must be logged in to vote

This will actually execute it almost at the same time, since the goTo command does not block.

If you need exact synchronization, you have to use broadcast commands (where each drone receives the exact same command). For goTo, the broadcast command can only support relative and not absolute positions, so it doesn't work in your case.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jushan-Randy-Chen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants