Skip to content
Discussion options

You must be logged in to vote

Hi! Let me try to help out here:
1-

  • crtp_localization_services.h is mentioned as that is actually the code that handles the receiving of the position of the crazyflie as measured by external positioning systems. If this is done by monocast (crazyradio <-> 1 crazyflie), then the crazyflie receives only it's own pose by the external mocap system. Crazyswarm supportst broadcast (crazyradio <-> multiple crazyflie), so the packet send is not only for just on 1 crazyflie but for them all, meaning that it will contain the position of all the crazyflies that the broadcast is meant for. In that situation, all crazyflies will receive the positions of everyone but it filters out it's own (see here)…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@boomer319
Comment options

@knmcguire
Comment options

Answer selected by boomer319
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