Closed duguguang closed 2 months ago
The id refers to the last byte of the address part of the URI. For example, if your address is 0xE7E7E7E70A, then the id is 10 (0x0A=10 decimal). You use these functions ideally with broadcasting for low latency and on the host side one would need to know which drone has which URI.
Thank you for your answer.
What should i do if i want use the following api?
Maybe i can use the sendExternalPositions interface refer to the CrazyflieBroadcaster, but the function need to write the id param and i can't find the id member in the class , so did i need to store the id for the use?